[android-developers] Re: Crashed Service not restarting - TasKiller or Android issue ?

2009-11-27 Thread Derek
Hi Diane, We've have exactly the same problem. We have TasKiller v2.2 installed but we DO NOT use it to kill our app. However, our service (running every one minute thanks to AlarmManager) never restarts after process has died. Here are the log extracted today on my HTC device under 1.6: [...] 11-

[android-developers] Re: Crashed Service not restarting - TasKiller or Android issue ?

2009-11-27 Thread Nicolas Thibaut
Hi, Taskiller use ActivityManager to "kill" process (there is no kill but uninstall process). If I kill taskiller itselfs, the log are: 11-27 19:16:58.952 I/ActivityManager( 75): Displayed activity com.tni.TasKiller/.TasKiller: 2023 ms (total 2023 ms) 11-27 19:16:59.032 I/ActivityManager( 75)

[android-developers] Re: Crashed Service not restarting - TasKiller or Android issue ?

2009-11-27 Thread Derek
Hi Nicolas, Thanks for the feedback. I've double checked the logs and I don't see anything about TasKiller when the process has died. In the meantime I've read the following thread about developers complaining about Task killers applications (not yours especially). http://groups.google.com/group/a

[android-developers] Re: Crashed Service not restarting - TasKiller or Android issue ?

2009-12-31 Thread Derek
I can confirm that the problem does not come from TasKiller. I've uninstalled it and the problem is still here. I'm not able to reproduce it on emulator and it happens on real device no more than once a week so it's really difficult to reproduce. Any hint is welcome. Cheers. On Nov 27, 7:50 pm,

Re: [android-developers] Re: Crashed Service not restarting - TasKiller or Android issue ?

2009-11-27 Thread Dianne Hackborn
Fyi, you can use "adb shell dumpsys activity.services" to see the state of all active services, including those that are started but not currently running and waiting for a restart. On Fri, Nov 27, 2009 at 10:44 AM, Derek wrote: > Hi Nicolas, > > Thanks for the feedback. I've double checked the