adb logcat

转储系统消息日志。 更多信息:https://developer.android.com/tools/logcat.

adb logcat

adb logcat -e {{正则表达式}}

adb logcat {{标记}}:{{最低优先级}} *:S

adb logcat ReactNative:V ReactNativeJS:V *:S

adb logcat *:W

adb logcat --pid {{pid}}

adb logcat --pid $(adb shell pidof -s {{软件包}})

adb logcat -v color