On Aug 3, 7:18 am, Felipe Silveira <[email protected]> wrote: > Does anyone know when the Activity object is supposed to be garbage- > collected, and what can be done to avoid the issue I mentioned?
Start with this article: http://android-developers.blogspot.com/2009/01/avoiding-memory-leaks.html If that doesn't help spot it, you can use the hprof tools to figure out what's holding on to it: http://android.git.kernel.org/?p=platform/dalvik.git;a=blob_plain;f=docs/heap-profiling.html;hb=HEAD --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

