On May 8, 7:27 pm, BoD <bodl...@gmail.com> wrote:
> Well my breakpoints are in a class that extends AppWidgetProvider,
> does that that apply?

There are several virtual machines running on the device.  You need to
connect to and set breakpoints in the correct one.  Unless "ro.secure"
is 0 or "ro.debuggable" is 1 (check with "adb shell getprop"), there
won't be a JDWP thread running for any app that isn't explicitly
marked "debuggable" in its manifest.

> Also, what's an easy way to do debug the acore process?

Use the emulator, select "acore" from the list in DDMS.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to