logcat Command Examples

Dump a log of system messages, including stack traces when an error occurred, and information messages logged by applications. More information: https://developer.android.com/tools/logcat.

logcat

logcat -f {{path/to/file}}

logcat --regex {{regular_expression}}

logcat --pid {{pid}}

logcat --pid $(pidof -s {{package}})