Android跑指定包Monkey脚本

adb shell monkey –p com.android.mms --throttle 1000 -v -v -v -s 1 --ignore-security-exceptions --kill-process-after-error --monitor-native-crashes 16400000 > E:\\monkey.txt

 

停止Monkey进程
adb shell
ps|grep monkey
kill id

posted on 2013-06-28 18:13  wangwangheng  阅读(771)  评论(0编辑  收藏  举报