Re: [android-developers] Re: Crashed Service not restarting - !!! FAILED BINDER TRANSACTION !!! - Dianne could you help ?

2010-01-06 Thread Dianne Hackborn
You probably want to fix the cause of your service crashing, so... what is the actual stack crawl of the exception? You don't show that anywhere. On Wed, Jan 6, 2010 at 2:03 PM, Derek wrote: > Hi again, > > Our service is still crashing for some reason not related to our > application. To make

[android-developers] Re: Crashed Service not restarting - !!! FAILED BINDER TRANSACTION !!! - Dianne could you help ?

2010-01-06 Thread Derek
Hi again, Our service is still crashing for some reason not related to our application. To make sure it's not RunTime exception we've used a : try { // Get WakeLock // Perform actions } catch (Throwable t) { // log error (if any) } finally { // Schedule a new service startup and PendingInt