How to actually see a Bitmap taken from an Android heap dump
问题 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. It takes 9.4MB, or 9,830,400 bytes, or actually a 1280x1920 image at 4 bytes per pixels. I checked in Eclipse MAT, it is indeed a byte[9830400], that has one incoming reference which is a android.graphics.Bitmap . I'd like to dump this to a file and try to see it. I can't understand where is it coming from. My biggest image in