参数说明
-p 指定的包名
--throttle 用户操作的延时
--pct-touch 触摸事件百分比
--pct-motion 滑动事件百分比
--pct-trackball 滚动时间的百分比
--pct-nav 基本导航事件的百分比
--pct-majornav 主要导航事件的百分比
--pct-appswitch Activity启动的百分比
-v 指定日志级别(默认v为0级别,vv为1级,vvv为2级别)
--ignore-crashes 忽略奔溃
--ignore-timeouts 忽略延时
--kill-process-after-error 运行错误杀死进程
-s 随机种子
示例
以手机百度搜索的monkey测试为例:
adb shell monkey -p com.baidu.searchbox --throttle 500 --pct-motion 50 --pct-touch 50 --ignore-timeouts --ignore-crashes -s 100 -v -v 100 >D:\monkeylog.txt