Diagnosing OutOfMemoryError in Android apps can become a tricky, tedious job. Here, we would like to show you an easy technique to troubleshoot OutOfMemoryError in Android apps.
Continue reading “HOW TO DIAGNOSE OUTOFMEMORYERROR IN ANDROID?”HOW TO CAPTURE HEAP DUMP FROM ANDROID APP? – 3 OPTIONS
Heap Dumps are vital artifacts to diagnose memory-related problems such as memory leaks, Garbage Collection problems, and java.lang.OutOfMemoryError. Continue reading “HOW TO CAPTURE HEAP DUMP FROM ANDROID APP? – 3 OPTIONS”