There is a lot of interesting stuff in the Android system log, that is helpful in many ways
- find root causes of problems
- identify misbehaving apps
How can I view and examine the Android log?
|
There is a lot of interesting stuff in the Android system log, that is helpful in many ways
How can I view and examine the Android log? |
|||||||
|
|
You can either download the SDK and use Jelly BeanWith Android 4.1 (aka Jelly Bean) the full system log is only visible if you have root. Apps can only see their own log messages. For more information view see this question. |
|||||||||
|
|
A found that CatLog displays the Android log a little bit better then aLogcat. Besides |
|||
|
It is located in |
|||||||||
|
Log-File locationsThere are several directories where logs (including those from crashes) might appear -- not all of them are standardized (i.e. some may be ROM-specific).
There may be some more locations which escaped me; but as most logging is done on Log commands to use with a terminal app (or adb)Several commands can get you tons of information. For most of them, it is to recommend to re-direct them to a file ( Kernel logThe following works without root:
LogcatHere you can e.g. specify what area you are interested in -- radio, events...
Getting device infoAnd tons of it: Device specifics, account information, services...
All-in-OneMake a big ball with everything together, from logcat to dumpstate:
I'm pretty sure you really want to redirect that last command... xD Something about permissionsP.S.: Naturally, access to those information may require root, as most of the sources are located on internal storage. |
||||
|
|
|
Free app SysInfo (Project Page) will display the system logs as well as zip a complete system report to send via email, dropbox, NFC, etc. Not to mention lots of other interesting system information. |
||||
|
|