Hi,
I have a problem where the application goes ANR after it has been
shutdown (i.e. onDestroy() is called)
Specifically, it does not go ANR immediately, but if I try to open
another app, it gives the error.
>From the logs I see :-
I/Msntop ( 740): OnDestroy
I/ActivityManager( 563): Stopping service:
com.android.msntop/.services.PingService
I/PINGSERVICE( 740): in Destroy
W/ActivityManager( 563): Timeout executing service: ServiceRecord
{4374f708 com.android.msntop/.services.PingService}
I/ActivityManager( 563): ANR (application not responding) in process:
com.android.msntop
I/ActivityManager( 563): Annotation: Executing service ComponentInfo
{com.android.msntop/com.android.msntop.services.PingService}
>From traces.txt
"main" prio=5 tid=3 WAIT
| group="main" sCount=1 dsCount=0 s=0 obj=0x40018e70
| sysTid=740 nice=0 sched=0/0 handle=-1092596580
at java.lang.Object.wait(Native Method)
- waiting on <0x1ae810> (a android.os.MessageQueue)
Any thoughts. Oh more details and full logs are available at :-
http://code.google.com/p/msntop/issues/detail?id=13
TIA,
Devendra Laulkar.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---