码迷,mamicode.com
首页 > 数据库 > 详细

adb 常用命令

时间:2019-10-10 11:26:26      阅读:107      评论:0      收藏:0      [点我收藏+]

标签:input   put   启动   out   --   dump   find   信息   package   

 

1、adb shell wm size   #屏幕分辨率

2、adb shell dumpsys activity services   #运行的服务

3、adb shell am start  *    #启动app

4、adb shell dumpsys package 包名  #查看package详细信息

5、adb shell input swipe 300 1000 300 500 #滑动解锁

6、adb shell dumpsys window | findstr mCurrentFocus  #查看当前应用和包名

7、adb shell monkey -p 包名 --throttle 200 --pct-syskeys 0 --pct-anyevent 0 --pct-touch 60 --pct-motion 40  --ignore-timeouts --ignore-security-exceptions --ignore-native-crashes -v -v -v 10000 >monkey.txt    执行monkey命令

 

adb 常用命令

标签:input   put   启动   out   --   dump   find   信息   package   

原文地址:https://www.cnblogs.com/chilitao/p/11646189.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!