meta data for this page
Differences
This shows you the differences between two versions of the page.
android:adb:logcat [2025/04/27 21:03] – created niziak | android: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 < | ||
+ | |||
+ | # Print logs from the < | ||
+ | adb logcat --pid=$(adb shell pidof -s < | ||
</ | </ | ||