I have an activity which startService of a background service which
just opened up a socket and sits there forever to "accept" incoming
connection; that is done in a Thread within onStart() method in the
Service.
What happens is the activity screen which started the service kept on
popping up a dialog:
"fta_dummy service is not responding" <Force Close> or <Wait>
and the DDMS log shows:
10-30 21:32:25.049: WARN/ActivityManager(51): Timeout executing
service: ServiceRecord{434acd88 cta.fta.fta_dummy/.fta_dummy}
I think the fact that the service is waiting on the accept call is
timing the ActivitiyManager out.
But how do I get around this problem so the dialog box will stop
popping up?
Thanks in advance,
yx
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---