oops :)  its still not working...

i have the class "HandleConnectionState" that extends IntentReceiver,
and im using this code to register the reciever inside a service (that
is also has registered for reciever :"handleLocationUpdate" ):
[code]
connectionStateReceiver = new HandleConnectionState();
registerReceiver(connectionStateReceiver, new
IntentFilter("android.intent.action.DATA_STATE"));
[/code]

when i watch the logCat i saw this:
WARN/ActivityManager(515): Timeout of broadcast
BroadcastRecord{40269500 android.intent.action.DATA_STATE}
WARN/ActivityManager(515): Receiver during timeout:
BroadcastFilter{4026a640 android.app.IIntentReceiver$Stub
[EMAIL PROTECTED]
INFO/ActivityManager(515): Process: com.myAPP
INFO/ActivityManager(515): CPU usage:
dump..
DEBUG/(515): removing file '/1205251159077'
DEBUG/(515):  unable to unlink '/1205251159077' (errno=2)
WARN/android.server.am.DeviceMonitor(515): Couldn't delete
1205251159077.
DEBUG/(515): removing file '/1205251160659'
DEBUG/(515):  unable to unlink '/1205251160659' (errno=2)
WARN/android.server.am.DeviceMonitor(515): Couldn't delete
1205251160659.
DEBUG/(515): removing file '/1205251161968'
DEBUG/(515):  unable to unlink '/1205251161968' (errno=2)
WARN/android.server.am.DeviceMonitor(515): Couldn't delete
1205251161968.
DEBUG/(515): removing file '/1205251163241'
...
DEBUG/(515):  unable to unlink '/1211151082364' (errno=2)
WARN/android.server.am.DeviceMonitor(515): Couldn't delete
1211151082364.
DEBUG/(515): removing file '/1211151083732'
DEBUG/(515):  unable to unlink '/1211151083732' (errno=2)
WARN/android.server.am.DeviceMonitor(515): Couldn't delete
1211151083732.

what did i miss ?
Thanks !
--~--~---------~--~----~------------~-------~--~----~
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]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to