ADB Example to modify the Log level
adb shell am broadcast -a com.zebra.dfs.ACTION_UPDATE_CONFIG --es log_level verbose
The
log_level
values can be set one of the following values:
None
Error
Warning
Info
Debug
Verbose
ADB Example to modify the Log to file settings
adb shell am broadcast -a com.zebra.dfs.ACTION_UPDATE_CONFIG --ez log_file true
The default
log_file
value is set to false.
The
log_file
values can be set to true/false.