android 猴子自动重启应用程序
我对 Android 猴子测试有点陌生,所以如果我要问一些菜鸟问题,请原谅我:) 我正在给猴子吃午餐,
monkey -throttle 10 -p com.mypackage.bla -v 5000
一切都好,猴子运行完美,生成了很多 GUI 事件,但有时应用程序会重新启动。是的,是的...我再次看到我的闪屏。 我检查了logcat和monkey日志,但没有发现任何错误消息或其他内容。 谁能告诉我为什么要重新启动我的应用程序?
太感谢了, 卡罗利
I'm a little new in android monkey testing, so please forgive me if I'm going to ask some noob thing:)
I'm lunching the monkey with
monkey -throttle 10 -p com.mypackage.bla -v 5000
Everything okay, the monkey runs perfectly a lot of GUI event has been generated, but sometimes the application get restarted. Yes,yes... I see my splash screen again.
I had checked the logcat and the monkey log but I didn't found any error message or something.
Can anybody tell me why should I got my app restarted ?
Thank you so much,
Károly
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
因为这个标志将其设置为 0
--pct-appswitch
http://developer.android.com/guide/developing/tools/monkey.html
Because of this flag set it to 0
--pct-appswitch
http://developer.android.com/guide/developing/tools/monkey.html