adb获取包名和界面名

adb获取包名和界面名

  • mac
    • adb shell dumpsys window windows | grep mFocusedApp
  • windows
    • adb shell dumpsys window windows | findstr mFocusedApp

这个是在当前手机打开哪个界面获取的就是哪个界面的包名与界面

注意第一次连接时会有提示,需要连接两次才可以

C:\Users\i5ba0>adb shell dumpsys window windows | findstr mFocusedApp
adb server version (31) doesn't match this client (41); killing...
* daemon started successfully
adb.exe: device offline


C:\Users\i5ba0>adb shell dumpsys window windows | findstr mFocusedApp
  mFocusedApp=AppWindowToken{25d14d77 token=Token{27267376 ActivityRecord{1ee68611 u0 com.android.launcher3/.Launcher t1}}}

C:\Users\i5ba0>

当我们打开设置时,包名与界面名变成了com.android.settings/.Settings t2

C:\Users\i5ba0>adb shell dumpsys window windows | findstr mFocusedApp
  mFocusedApp=AppWindowToken{3eede788 token=Token{3525d72b ActivityRecord{28fd037a u0 com.android.settings/.Settings t2}}}

C:\Users\i5ba0>
相关推荐
看山还是山,看水还是。4 小时前
MySQL 管理
数据库·笔记·mysql·adb
人工智能的苟富贵11 小时前
Android Debug Bridge(ADB)完全指南
android·adb
卓琢2 天前
(四)Mysql 数据库备份恢复全攻略
数据库·mysql·adb
დ旧言~4 天前
【MySQL】数据类型
android·数据库·mysql·adb
დ旧言~4 天前
【MySQL】MySQL库的操作
android·adb
猿~阿峰5 天前
MySQL
android·mysql·adb
新知图书5 天前
启动服务并登录MySQL9数据库
数据库·adb
在下村刘湘6 天前
MySQL本地安装步骤
数据库·mysql·adb
苏格拉真没有底8 天前
通过 IPv6 进行远程 ADB 调试
adb
亿林网络数据9 天前
MySQL安全加固
mysql·安全·adb