0
点赞
收藏
分享

微信扫一扫

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


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

举报

相关推荐

linux查看当前路径命令

0 条评论