All Board Android logcat

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

All Board Android logcat

All Board Android logcat

logcat


Logcat is the most powerful debug tool for Android. Logcat is to Android what the dmesg is to kernel. It shows messages logs from system and applications.

logcat can be used directly on board console or via adb.

$ logcatdirectly on board console. It gives the complete log message list and waits for any new log message.
$ logcat &board console. It gives log list and run in background. Any new log message will be displayed.
# adb logcatUsing adb you can get log messages through Ethernet or USB connection.
$ logcat -d > logcat.txtit sends log messages to logcat.txt file and exits.
$ logcat *:Wit filters expression displays all log messages with priority level "warning" and higher, on all tags *

* http://developer.android.com/guide/developing/debugging/debugging-log.html

Labels (1)
Tags (2)
No ratings
Version history
Last update:
‎08-06-2012 08:48 AM
Updated by: