-
超时事件
忽略超时事件
adb shell monkey --ignore-timeouts <event-count>
查看全部 -
崩溃事件
忽略崩溃和异常
adb shell monkey --ignore-crashes <event-count>
查看全部 -
压力测试结果:CRASH崩溃,应用程序在使用过程中,非正常退出;ANR:Application Not Responding应用程序出现无响应的情况
查看全部 -
不常用事件
设定不常用事件的百分比
adb shell monkey --pct-anyevent <percent>
查看全部 -
启动Activity事件
设定启动Activity的事件百分比
adb shell monkey --pct-appswitch <percent>
查看全部 -
系统导航事件
设定系统导航事件百分比,HOME、BACK、拨号及音量键
adb shell monkey --pct-syskeys <percent>
查看全部 -
主要导航事件
设定主要导航事件百分比,兼容中间键、返回键、菜单按键
adb shell monkey --pct-majornav <percent>
查看全部 -
基本导航事件
设定基本导航事件百分比,输入设备的上、下、左、右
adb shell monkey --pct-nav <percent>
查看全部 -
轨迹球事件
设定轨迹球事件百分比
adb shell monkey --pct-trackball <percent>
查看全部 -
动作事件
设定动作事件百分比
adb shell monkey --pct-motion <percent>
查看全部 -
三大api查看全部
-
触摸事件
设定触摸事件百分比
adb shell monkey --pct-touch <percent>
查看全部 -
seed参数
指定随机生成数的seed值
adb shell monkey -s<seed><event-count>
查看全部 -
throttle参数
指定事件之间的间隔
adb shell monkey --throttle <milliseconds>
查看全部 -
查找包名还是用:
adb shell pm list packages
查看全部
举报