测试 Android 内存不足的情况

发布于 2024-12-12 06:55:43 字数 209 浏览 0 评论 0原文

有没有一个好的方法来测试 Android 内存不足的情况?我希望能够专门选择在模拟器上运行的应用程序并强制模拟器回收其活动堆栈。我知道有一种方法可以通过仪器测试用例来验证活动的不同部分(http://developer.android.com/guide/topics/testing/activity_testing.html)。

想知道是否还有其他方法可以强制应用程序自动执行此操作。

Is there a good way of testing androids for out of memory scenarios? I'd like to be able to specifically choose an application running on the emulator and force the emulator to recycle its activity stack. I know there's a way to verify different parts of your activities via Instrumentation Test Cases (http://developer.android.com/guide/topics/testing/activity_testing.html).

Wondering if there's anything else that can force the application to do it automatically.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

自由如风 2024-12-19 06:55:43

使用 MonkeyRunner 工具怎么样?您可以对其进行编程以运行所需的多种场景,例如屏幕旋转、完成活动等。它可以满足您问题的目的。

http://developer.android.com/guide/developing/tools/monkeyrunner_concepts.html

还有猴子应用程序练习器:

http://developer.android.com/guide/developing/tools/monkey.html

What about using the MonkeyRunner tool? You can program it to run through however many scenarios needed e.g. screen rotations, finishing activities, etc. etc. It could server the purpose of your question.

http://developer.android.com/guide/developing/tools/monkeyrunner_concepts.html

There's also the monkey application exerciser:

http://developer.android.com/guide/developing/tools/monkey.html

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