On Apr 3, 2:22 pm, Ward Willats <[email protected]> wrote: > Are there any tools besides ddms to look at the heap? My app is using > over 2 MB just sitting there -- and the ddms "track allocations" > don't add up to near that amount. How can I get a good picture of > what is going on in heapville?
If you're on the emulator (or have root access on your device), you can create a heap dump. Some info here: http://groups.google.com/group/android-developers/browse_thread/thread/2597bcce2dffd921 In "cupcake" you can dump it with android.os.Debug.dumpHprofData (String filename). --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

