我想在 10 分钟内运行猴子,但猴子只指定COUNT
. 我尝试了 args --throttle
,但它没有用。例如,
adb shell monkey --throttle 100 -p com.android.email -v 200
它在 5 秒内执行完毕,但至少应该是100 * 200 = 20000 miliseconds = 20 seconds
How to execute adb shell monkey in specified time?或者尽可能长时间地执行 adb shell monkey 但不要指定COUNT
很大的数字