adb-logcat โ€” Dump a log of system messages. # source: tldr ยท verified Examples: # Display system logs $ adb logcat # Display lines that match a `regex` $ adb logcat -e regex # Display logs for a tag in a specific mode (Verbose, Debug, Info, Warning, Error, Fatal, Silent), filtering other tags $ adb logcat tag:mode *:S # โœŽ Wrong or incomplete? Improve this page โ†’ https://curlhub.sh/man/adb-logcat