摘要: adb shell //查看手机上的包 pm list packages //清除数据 pm clear 包名获取当前界面元素:adb shell dumpsys activity top 获取任务列表:adb shell dumpsys activity activities获取app入口adb logcat |grep -i displayed (windows 将srep 改为 f... 阅读全文
posted @ 2018-10-14 13:34 霂雨 阅读(495) 评论(0) 推荐(0)