如何增加真实测试手机的堆
我可以通过 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 root 后的手机,您应该能够修改该文件
/system/build.props
。如果您添加(或创建文件,如果它不存在的话)这一行到文件中,您可以设置堆大小:此外,一些 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:Additionally, some Android-Mods like Cynogen allow you to modify the heapsize from a application-menu. See here for a tutorial.
我真傻!
有一个应用程序可以做到这一点。 VM Heap Tool(市场上免费)可以简单而美观地完成这项工作。
silly me!
theres an app for that. VM Heap Tool (free on the market) does the job simply and beautfully.