adb-logcat
转储系统消息日志。 更多信息:https://developer.android.com/studio/command-line/logcat.
adb logcat
adb logcat -e {{正则表达式}}
adb logcat {{标记}}:{{最低优先级}} *:S
adb logcat ReactNative:V ReactNativeJS:V *:S
adb logcat *:W
adb logcat -v color