> If I am understanding you correctly, then, it is merely a matter of > them not having been GC'd yet. Bear in mind that the Dalvik GC > implementation does not try to reclaim all unreferenced objects in a > single pass.
So how useful HPROF is? If it's impossible to tell if an object is sitting there because the VM hadn't gotten around collecting it yet or because it's being leaked, I'd say it's not very useful. I've had this same issue once and then I stopped using HPROF altogether because there was just so much to look at. It really needs a "RECLAIM ALL MEMORY NOW!!!" button. -- 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