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

05-11 11:24