public class FalsingLog
extends Object
Keeps track of interesting falsing data.
By default the log only gets collected on userdebug builds. To turn it on on user:
adb shell setprop debug.falsing_log true
The log gets dumped as part of the SystemUI services. To dump on demand:
adb shell dumpsys activity service com.android.systemui SystemBars | grep -A 999 FALSING | less
To dump into logcat:
adb shell setprop debug.falsing_logcat true
To adjust the log buffer size:
adb shell setprop debug.falsing_log_size 200