Hey all,

I am having an issue with debugging my onUpdate() or onReceive()
methods for a subclass of AppWidgetProvider.  Basically, I have a
breakpoint set in either of the routines above.  Their purpose is to
update my widget on the Homescreen.

The problem occurs when I it my breakpoint in my receiver, after about
the magical 5 seconds, the VM disconnects due to the apparent ANR and
my Activity is killed.   Logcat indicates the ANR and that my process
has died.

I do not see this problem when I am debugging within my own process/
thread.  I assume the issue has to do with the IPC with the Homescreen
app......

Am I missing something?  I am sure I need to add something to manifest
maybe?

Env:

1. API 10
2. Device: Emulator
3. Eclipse: Indigo

-- 
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

Reply via email to