This app works best with JavaScript enabled.
Blog
Menu
GitHub
adb debug 日志logcat
2019-06-07
手机连接电脑
电脑运行 adb shell命令 进入手机 shell
adb shell
使用 pm 命令 获取第三方包名
pm list packages -3
根据包名 使用 logcat 过滤日志 debug
logcat -e com.google.android.Pixel2Mod
← 美s版 摩托罗拉 z2force刷lineageos
go get 出错解决方案 →