美文网首页
关于手机app的启动acticity查找方式

关于手机app的启动acticity查找方式

作者: 你好世界12345 | 来源:发表于2019-05-31 17:16 被阅读0次

cmd执行

➜~ adb shell # 进入设备

dream2qltechn:/ $ dumpsys window windows | grep -E 'mCurrentFocus' #这行才是关键

执行命令之后会显示这些信息:

mCurrentFocus=Window{888a5e2 u0 com.tencent.mobileqq/com.tencent.mobileqq.activity.SplashActivity}

再执行这条命令,找LAUNCHER

monkey -p com.tencent.tim -v -v -1

相关文章

网友评论

      本文标题:关于手机app的启动acticity查找方式

      本文链接:https://www.haomeiwen.com/subject/gsxgtctx.html