What types of logs are shown of Ricoh Log Analyzing tool?
The debug messages shown by Log Analyzer Tool are info, warning, and error. For debugging purposes, we suggest using information messages.
Log.i(String, String) – Information
Please adjust your application log messages accordingly when debugging and using Log Analyzer Tool.
From Android guidelines:
The order in terms of verbosity, from least to most is ERROR, WARN, INFO, DEBUG, VERBOSE. Verbose should never be compiled into an application except during development. Debug logs are compiled in but stripped at runtime. Error, warning, and info logs are always kept.
Further Android reference links:
FAQ Subject
Faq Category