I'm trying to recreate an image from a heap dump but to do that I must know the dimension of the bitmap in question. I loaded the hprof into MAT but couldn't find a way for it to show the details of the bitmap like the one here. I'd like to get the results like the 3rd image. How can I do that?
Edited: I can only get to the object list: The object list
**Solution:**As I can't post my own answer yet :)
Remember to open the hprof in the memory analyzer perspective. It may sound stupid but eclipse didn't open mine in it. Once in the memory analyzer perspective, click on the bitmap object, it should list the attributes of the object in the attributes tab.