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/studio/command-line/logcat.
logcat
logcat -f {{path/to/file}}
logcat --regex {{regular_expression}}
logcat --pid={{pid}}
logcat --pid=$(pidof -s {{package}})