We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
打印所有日志
adb logcat
过滤指定字符串
adb logcat | grep 字符串
过滤指定级别日志(示例为 Error 级别)
adb logcat | grep '*:E'