adb常用命令
1.或者链接的设备信息
2.获取 App 的信息
获取启动的任务:adb logcat | findstr -i displayed
? 获取app入口,然后启动应用
? adb shell am start -W -n com.android.chrome/org.chromium.chrome.browser.firstrun.FirstRunActivity -S
但是很遗憾,启动chrome失败了。。。what?
再次启动短信,结果又成功了。。。why?
抓到的第一个activity才是入口,除了使用logcat,使用aapt也可以获取到里面的可启动的入口,
关于参数解释: 待续。。。
获取当前界面元素:adb shell dumpsys activity top
获取任务列表:adb shell dumpsys activity activities