On Jan 13, 2:47 pm, longhairedsi <longhaire...@googlemail.com> wrote:
> here's the relevent part of my log, I think "ERROR: thread attach
> failed" must be the related problem, but not sure why?

That message is coming out of process ID 1554, which is in the process
of shutting down.  There's a race condition exposed by the "am"
command that results in an attempt to attach a daemon thread while the
VM is trying to exit.  It's not related to the actions in the other
process.

Over in 1571, the "Ignoring DDM send req" message occurs if JDWP is
not active, which would happen if the application weren't marked as
debuggable in the manifest.  Do you see the application in 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