-
超時事件
忽略超時事件
adb shell monkey --ignore-timeouts <event-count>
查看全部 -
崩潰事件
忽略崩潰和異常
adb shell monkey --ignore-crashes <event-count>
查看全部 -
壓力測試結(jié)果:CRASH崩潰,應用程序在使用過程中,非正常退出;ANR:Application Not Responding應用程序出現(xiàn)無響應的情況
查看全部 -
不常用事件
設定不常用事件的百分比
adb shell monkey --pct-anyevent <percent>
查看全部 -
啟動Activity事件
設定啟動Activity的事件百分比
adb shell monkey --pct-appswitch <percent>
查看全部 -
系統(tǒng)導航事件
設定系統(tǒng)導航事件百分比,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參數(shù)
指定隨機生成數(shù)的seed值
adb shell monkey -s<seed><event-count>
查看全部 -
throttle參數(shù)
指定事件之間的間隔
adb shell monkey --throttle <milliseconds>
查看全部 -
查找包名還是用:
adb shell pm list packages
查看全部
舉報