meta data for this page
  •  

adb logcat

Filtr by priority (Verbose / Debug / Info / Warning / Error / Fatal / Silent)

adb logcat *:I
 
adb logcat *:F <tag1>:E <tag2>
 
# Print logs from the <package>:<process>.
adb logcat --pid=$(adb shell pidof -s <package>:<process>)