Search code examples
javaandroiddalvik

Crash at dalvik.system.NativeStart.main(Native Method)


Just got error report at Google Play (ex. Android Market) publisher interface.

Here is full stacktrace:

java.lang.OutOfMemoryError: [memory exhausted] at dalvik.system.NativeStart.main(Native Method)

That's it. As far as I understand it crashed without even reaching my code. Is there something I should do or should I simply ignore this error? How could this happen?


Solution

  • Ignore it, there's nothing you can do. In some cases, you'll get an OutOfMemoryError with a reasonable stack trace. These are actionable. What you've pasted isn't.