DebugLogBroadcastReceiver

Runtime debug log level toggle via ADB broadcast intent.

Usage for field technicians:

adb shell am broadcast -a com.sarastarquant.kioskops.sdk.SET_LOG_LEVEL --es level VERBOSE
adb shell am broadcast -a com.sarastarquant.kioskops.sdk.SET_LOG_LEVEL --es level OFF

Security (ISO 27001 A.14.2): Only functional in debug builds. The receiver checks DebugUtils.isDebugBuild before acting.

Register with register during SDK initialization in debug builds.

Since

0.7.0

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open val sentFromUid: Int

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun onReceive(context: Context, intent: Intent)
Link copied to clipboard
open fun peekService(myContext: Context?, service: Intent?): IBinder?
Link copied to clipboard
fun setOrderedHint(isOrdered: Boolean)
Link copied to clipboard
fun setResult(code: Int, data: String?, extras: Bundle?)
Link copied to clipboard
fun setResultExtras(extras: Bundle?)