參數(shù)說明
-p 允許的包名
--throttle 用戶操作的延時
--pct-touch 觸摸事件百分比
--pct-motion 滑動事件百分比
--pct-trackball 滾動時間的百分比
--pct-nav 基本導航事件的百分比
--pct-majornav 主要導航事件的百分比
--pct-appswitch Activity啟動的百分比
-v -v 指定日志級別
--ignore-crashes 忽略奔潰
--ignore-timeouts 忽略延時
--kill-process-after-error 運行錯誤殺死經(jīng)常
-s 隨機種子
下面是手機qq的monkey測試案例:
adb shell monkey -p com.tencent.mobileqq --throttle 500 --pct-motion 50 --pct-touch 50 --ignore-timeouts --ignore-crashes -s 100 -v -v 100 >D:\monkeylog.txt