adb 查看当前包名,当前页面地址,查找代码非常方便 应用路径 安装包路径

阅读 87

2023-03-10


adb shell dumpsys window | findstr mCurrentFocus

输出

mCurrentFocus=Window{bb3cc2c u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI}

调试非常的方便

mac要使用grep哦

adb shell dumpsys window | grep mCurrentFocus

相关推荐

精彩评论(0)

0 0 举报