I am using Eclipse Helios 3.6.2. I use it to do Android development using the ADT plugin. Recently I tried to check for memory leaks within an Android application that I have developed. For this I first got a hprof file from the DDMS view and then converted the hprof file to hpof using the hprof-conv tool provided in the Android sdk. By default the hprof file was not opening using MAT. Now when I try to open the hpof file using MAT, I see garbage values. Please refer to the picture: enter image description here

What could be going wrong here?

Thank you in advance.

link|improve this question

52% accept rate
feedback

1 Answer

up vote 1 down vote accepted

You're opening the data file as a text file in the text editor, not in the memory analyzer. This is almost certainly due to the misspelling of the file name -- should be *.hprof, not *.hpof. Close the file, rename it, and try reopening it!

link|improve this answer
Totally correct. It was a very silly mistake. Thank you. – user590849 Feb 6 at 12:20
Please "accept" my answer as soon as the system allows you to – Ernest Friedman-Hill Feb 6 at 12:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.