meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

android:adb:logcat [2025/04/27 21:03] – created niziakandroid:adb:logcat [2025/04/27 21:08] (current) niziak
Line 5: Line 5:
 <code bash> <code bash>
 adb logcat *:I adb logcat *:I
 +
 +adb logcat *:F <tag1>:E <tag2>
 +
 +# Print logs from the <package>:<process>.
 +adb logcat --pid=$(adb shell pidof -s <package>:<process>)
 </code> </code>