adb debug 日志logcat

2019-06-07

手机连接电脑

电脑运行 adb shell命令 进入手机 shell

adb shell

使用 pm 命令 获取第三方包名

pm list packages -3

image

根据包名 使用 logcat 过滤日志 debug

logcat -e com.google.android.Pixel2Mod

image