Search code examples
androidgarbage-collectionramgarbage

android collapses so we restart everyday


Guys I have an application that works on the tablet.That is a smart house application.I root the tablet because I want to forbid the customers to use anything else but application on the tablet.Application is always visible and working non stop on the screen whenever tablet is on.But there is a problem.The problem is when application running about 1 day sometimes 2 days tablet collapses.That's why it needs to be restarted each time when that happens.I think it might be a problem of ram aka main memory.I just wonder about your thought.If I use garbage collector or some ram cleaner or ram expander, will it be a solution for me ?

Thanks in advance.


Solution

  • Your problem appears to be a memory leak in your application.

    Since this is a complex issue to identify and/or resolve, you could try some common tools to aid you, such as: