adb logcat

Dump een logboek met systeemberichten. Meer informatie: https://developer.android.com/tools/logcat.

adb logcat

adb logcat -e {{reguliere_expressie}}

adb logcat {{label}}:{{modus}} *:S

adb logcat ReactNative:V ReactNativeJS:V *:S

adb logcat *:W

adb logcat --pid {{pid}}

adb logcat --pid $(adb shell pidof -s {{pakket}})

adb logcat -v color