On Tue, Oct 19, 2010 at 11:57 AM, Tom Gibara <[email protected]> wrote: > >> What if the system decides to send KILL to a process running >> some background task (application) to regain memory. > > In that case, the object's memory has not been reclaimed from the heap, the > heap has been destroyed. These are two different things: if the VM's process > is terminated, it's no longer meaningful to talk about garbage collection > within the VM. > Tom.
True. However the fact that one has not seen objects finalised does not mean yet that it is a memory leak. -- Daniel Drozdzewski -- 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

