Re: [android-developers] Best practice to test what happens when my application is killed

2010-03-09 Thread TreKing
On Tue, Mar 9, 2010 at 6:40 AM, qvark wrote: > Which is the best way to simulate the same behaviour that happens when > Android kills my process on low memory conditions? > Perhaps not the "best", but an easy thing to do is just open your app, press home Key, the proceed to open a few other apps

[android-developers] Best practice to test what happens when my application is killed

2010-03-09 Thread qvark
Hi, I'm having troubles with users that report that if they leave the application opened and after a few hours when they return to it the app crashes. I'm pretty sure it is because I'm not storing/restoring the status correctly when my process is killed by the system, but I would like to be able t