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

更多相关文章

  1. Android结束进程的方法
  2. Android WebView在系统进程中无法使用
  3. FregClient进程,创建一个BpFregService类型的代理对象
  4. 2011.09.07(3)——— android 跨进程通信之Broadcast
  5. Android进程间通信 — AIDL
  6. android 结束进程
  7. Android应用程序进程启动过程的源代码分析(2)
  8. Android系统进程Zygote启动过程的源代码分析(3)

随机推荐

  1. Android Service 服务(三)—— bindService
  2. Android 最佳实践
  3. Android UI学习 - ListView
  4. android scrollview的所有touchevent的顺
  5. Android 设置View 圆角
  6. Android(安卓)开发常用的工具网站
  7. Android优秀开源库1000+,你值得拥有
  8. ProgressBar的简单使用
  9. Android中弹出输入法界面不影响APP界面解
  10. ANDROID应用程序的混淆打包