android 猴子自动重启应用程序

发布于 2025-01-02 12:03:46 字数 279 浏览 1 评论 0原文

我对 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

段念尘 2025-01-09 12:03:46

因为这个标志将其设置为 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文