Skip to content Skip to sidebar Skip to footer

My App Leaks Bitmaps Of Random Shapes That I Don't Have In My Drawable Folder

I have a strange memory leak problem where my app keeps leaking Bitmap objects and other objects related like VectorDrawables, AnimationDrawables I have via Eclipse Memory Analyzer

Solution 1:

I had the same issue with the S7 after updating to API 24, I was able to remove this error by disabling the GPU monitor in Android Studio. Looks like it definitely is an android studio issue, perhaps only with the S7.


Post a Comment for "My App Leaks Bitmaps Of Random Shapes That I Don't Have In My Drawable Folder"