On Jan 30, 3:39 pm, blindfold <seeingwithso...@gmail.com> wrote: > Never mind, I found the culprit and fixed it. Not killing all threads > when pressing the back button seems to have been the root cause of my > problems.
FYI, we do now have a tool that can convert Android "hprof" output into a format accepted by common heap analysis tools. It's checked into "cupcake" but hasn't yet appeared in the git repository. For lack of a better place I'm hanging a temporary copy here: http://bigflake.com/HprofConv.c.txt Once you get the hprof data (there are instructions somewhere, can't find them at the moment) you just need to run: % hprof-conv < android.hprof > standard.hprof This can then be fed into "jhat" (part of the JDK) or MAT or your favorite tool. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---