Debug Log Broadcast Receiver
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 OFFContent copied to clipboard
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