-1

Exception only happend in android-5.1.1 -lollipop I can't reproduce this crash. this bug was catched by bugly

sasikumar
  • 12,540
  • 3
  • 28
  • 48

1 Answers1

2

You can set android:largeHeap="true" in application tag of Menifest file. But this is not proper way. It is good if you can find some memory leak in your app. Try to check for memory leak in your app and then resolve it. Some asynktasks may produce memory leak in you app or passing context may also produce memory leak.

This link may help you to find memory leak in your application.

Lalit Jadav
  • 1,409
  • 1
  • 15
  • 38