OSDN Git Service

Do not suspend current thread to build stacktrace from DDMS
authorSebastien Hertz <shertz@google.com>
Tue, 25 Mar 2014 16:53:48 +0000 (17:53 +0100)
committerSebastien Hertz <shertz@google.com>
Thu, 27 Mar 2014 07:40:36 +0000 (08:40 +0100)
commit970c10e175b903c13fa3aea0231ce87834c4ca65
tree51024460ff6da75eb016dbe62cb5d4f5e9c9a6c4
parente1f77fde4e6f481dcf97512530a352e8d527033b
Do not suspend current thread to build stacktrace from DDMS

Avoids a failing CHECK in ThreadList::SuspendThreadByThreadId in the case we
try to suspend the current thread.

Bug: 12985512
Change-Id: I9434400a3625319855dd3841d8889117e57784e5
runtime/native/org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc