We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Android writes logging messages while it is running to "logcat". These can be useful when debugging issues.
logcat
To copy the current Android logcat output to your clipboard:
cmd.exe
adb logcat -d | clip
Terminal.app
adb logcat -d | pbcopy