[android-beginners] Re: Timeout executing service - how to avoid this?

2009-07-18 Thread Mark Murphy
kaloer wrote: When I debug my application, it suddenly disconnects from the DalvikVM without throwing an exception. Regarding this, the emulator shows an ANR dialog. It happens some time after I have started a service to do an operation, by a Broadcast receiver. The operation does take pretty

[android-beginners] Re: Timeout executing service - how to avoid this?

2009-07-18 Thread kaloer
Thank you very much. I put the xml parsing into an AsyncTask, and it works perfectly. //Kaloer On 18 Jul., 22:54, Mark Murphy mmur...@commonsware.com wrote: kaloer wrote: When I debug my application, it suddenly disconnects from the DalvikVM without throwing an exception. Regarding this,