I have a crash for which I receive the following report in Google Play.
java.lang.OutOfMemoryError: [memory exhausted]
at dalvik.system.NativeStart.main(Native Method)
As you can see, not a lot of information. There is this question that asks the same thing but I don't believe the answer of ignoring it is acceptable.
The fact there is nothing about my application in the stack trace suggests that it's the OS that's not allowing the application to start. This implies there isn't much we can do however, even after users have rebooted their devices, they still cannot open the application. My application isn't big: 22.20MB on the device.
Please see the following or the crash report stats.
Is there anything I can do to rectify this or at least minimise the chances of this happening?