adb logcat

Vuelca un registro de mensajes del sistema. Más información: https://developer.android.com/tools/logcat.

adb logcat

adb logcat -e {{expresión_regular}}

adb logcat {{etiqueta}}:{{modo}} *:S

adb logcat ReactNative:V ReactNativeJS:V *:S

adb logcat *:W

adb logcat --pid {{pid}}

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

adb logcat -v color