Check the stack trace in /data/anr which should have been written when an app stops responding. (Check logcat for the "writing to / data/....." message)
On Jan 7, 7:46 pm, devileper <[email protected]> wrote: > I'm receiving an Application Not Responding error for a service that > has stopped. How is this possible? Any ideas would be helpful. > > 01-07 11:15:38.401: INFO/ActivityManager(51): Stopping service: > com.test/.service.TestService > 01-07 11:16:09.974: WARN/ActivityManager(51): Timeout executing > service: ServiceRecord{4327c810 com.test/.service.TestService} > 01-07 11:16:10.001: INFO/ActivityManager(51): ANR (application not > responding) in process: com.test --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

