I want to run monkey in 10 minutes, But monkey only specify the COUNT
.
I tried the args --throttle
, but it didn't work. For example,
adb shell monkey --throttle 100 -p com.android.email -v 200
It execute finished in 5 seconds, but it should be at least 100 * 200 = 20000 miliseconds = 20 seconds
How to execute adb shell monkey in specified time?
Or execute adb shell monkey as long as possible but not specify COUNT
a very large number