Package-level declarations

Types

Link copied to clipboard
class Log(tag: String = "")

Custom class to log messages.

Link copied to clipboard
data class LogMsg(val priority: Int, val tag: String, val message: String)

Base Log class

Functions

Link copied to clipboard

Returns the application label as defined in the apps AndroidManifest.