Skip to content
安卓小煜 edited this page Feb 28, 2020 · 1 revision

打印所有日志

adb logcat

过滤指定字符串

adb logcat | grep 字符串

过滤指定级别日志(示例为 Error 级别)

adb logcat | grep '*:E'
Clone this wiki locally