On Fri, Oct 2, 2009 at 12:56 PM, Lucas <[email protected]> wrote: > In my personal case i have a worker thread that must finish cleanly in > order to make my app re-launch in a reliable state. >
If you are relying on a thread to finish cleanly for your application to remain reliable -after- its process is killed, then your app is very fragile if not outright buggy. Whenever your app is in the background, the system may freely kills its process as it wishes, when it wishes, without giving you a chance to clean up. That's just how it works. > I am going to add a case in Android issues regarding this, > I will probably close this as working as intended, sorry. -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

