不常用事件:
系统导航事件:
主要导航事件:
基本导航事件:
轨迹球事件:
动作事件:
--pct-motion <百分比>
1、动作事件:
设定动作事件百分比
命令:adb shell monkey--pct-motion<percent ,百分比>事件数
2、轨迹球事件:
设定轨迹球事件百分比
命令:adb shell monkey --pct-trackball<percent,百分比>事件数
3、基本导航事件:
设定基本导航事件百分比,输入设备的上、下、左、右
命令:adb shell monkey --pct-nav<percent,百分比>事件数
4、主要导航事件:
设定主要导航事件百分比,兼容中间键、返回键、菜单键
命令:adb shell --pct-majornav<percent,百分比>事件数
5、系统导航事件:
设定系统导航事件百分比,HOME、BACK、拨号及音量键
命令:adb shell monkey --pct-syskeys<percent,百分比>事件数
6、启动ACtivity 事件:
设定Activity的事件百分比
命令:adb shell monkey --pct-appswitch<precent,百分比>
7、不常用事件:
设定不常用事件的百分比。
命令 adb shell monkey --pct-anyevent<percent>
动作事件:设定动作事件百分比 命令:adb shell monkey--pct-motion<percent ,百分比>事件数
轨迹球事件:设定轨迹球事件百分比 命令:adb shell monkey --pct-trackball<percent,百分比>事件数
基本导航事件:设定基本导航事件百分比,输入设备的上、下、左、右
命令:adb shell monkey --pct-nav<percent,百分比>事件数
主要导航事件:设定主要导航事件百分比,兼容中间键、返回键、菜单键
命令:adb shell --pct-majornav<percent,百分比>事件数
系统导航事件:设定系统导航事件百分比,HOME、BACK、拨号及音量键 命令:adb shell monkey --pct-syskeys<percent,百分比>事件数
启动ACtivity 事件:设定Activity的事件百分比 命令:adb shell monkey --pct-appswitch<precent,百分比>
不常用事件:设定不常用事件的百分比。 命令 adb shell monkey --pct-anyevent<percent>
不常用事件
设定不常用事件的百分比
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>