Configure Log Level and Log to File via ADB Commands

Configure Log Level and Log to File via ADB Commands

Administrators can use ADB commands to change the profile client’s Log level and Log to file settings.
Prerequisites
The minimum required Profile Client Android version is 2.0.25200.
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.