开发者

Out of Memory exception handling?

have a dump_log whi开发者_开发知识库ch points to "Out of Memory exception". How do I fix the issue as we have a number of applications running on the Android target?


Each app has a fixed limit of RAM it can use, so the problem is in your application. You are either using too much memory or leaking memory.


There is no safe way to handle an 'Out of Memory' exception. This is one of those exception that is critical and just is. You need to figure out why you are running out of memory. I would profile your application and see why you are using so much memory.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜