How to actually see a Bitmap taken from an Android heap dump

前端 未结 5 1018
忘了有多久
忘了有多久 2021-01-05 14:25

In the process of tracking severe memory issues in my app, I looked at several heap dumps from my app, and most of the time I have a HUGE bitmap that I don\'t know of.

5条回答
  •  囚心锁ツ
    2021-01-05 15:05

    See here for an easier answer: MAT (Eclipse Memory Analyzer) - how to view bitmaps from memory dump

    TL;DR - Install GIMP and load the image as raw RGB Alpha

提交回复
热议问题