On Apr 20, 11:23 am, Terry Heatlie <[email protected]> wrote: > Yes. I don't think I have any static references to drawables... unless I'm > missing something?
Next step is to get an hprof dump and dig through it. Some instructions here (and elsewhere in the threads): http://groups.google.com/group/android-developers/browse_thread/thread/2597bcce2dffd921 In the "early look" SDK you also have Debug.dumpHprofData(String fileName), which allows you to write the hprof dump to (say) /sdcard at any time. Use hprof-conv to convert it, then your favorite tool (e.g. jhat, included in the JDK) to poke through it. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

