如何增加真实测试手机的堆

发布于 2024-10-29 18:07:39 字数 136 浏览 3 评论 0原文

我可以通过 eclipse 或命令行(在插入 eclipse 的真实手机上仅用于调试)增加堆内存吗?

如果不能,是否有适用于 root 手机的应用程序允许我执行此操作?

编辑:我正在测试传感器数据,所以使用模拟器很痛苦

Can I increase heap memory through eclipse or command line (on a real phone plugged into eclipse being used for debugging only)?

If not, is there an app for rooted phones that allows me to do this?

EDIT: Im testing sensor data, so using an emulator is a pain

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

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

发布评论

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

评论(2

柒夜笙歌凉 2024-11-05 18:07:39

使用 root 后的手机,您应该能够修改该文件
/system/build.props。如果您添加(或创建文件,如果它不存在的话)这一行到文件中,您可以设置堆大小:

dalvik.vm.heapsize=24m

此外,一些 Android-Mods(如 Cynogen)允许您从应用程序菜单修改堆大小。请参阅此处 获取教程。

Using a rooted phone, you should be able to modify the file
/system/build.props. If you add (or create the file if it doesn't exist first) this line to the file you can set the heap-size:

dalvik.vm.heapsize=24m

Additionally, some Android-Mods like Cynogen allow you to modify the heapsize from a application-menu. See here for a tutorial.

糖粟与秋泊 2024-11-05 18:07:39

我真傻!
有一个应用程序可以做到这一点。 VM Heap Tool(市场上免费)可以简单而美观地完成这项工作。

silly me!
theres an app for that. VM Heap Tool (free on the market) does the job simply and beautfully.

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