OSDN Git Service

Log when the native trace is unavailable
authorAndy McFadden <fadden@android.com>
Wed, 19 Sep 2012 00:50:59 +0000 (17:50 -0700)
committerAndy McFadden <fadden@android.com>
Wed, 19 Sep 2012 02:01:09 +0000 (19:01 -0700)
commitb3667a19f5c573b7785876979af4781292d27327
tree533234845fec7e313d2285786a451955a3906d0d
parent86913b6b88b9ad4a1eea14be928da6c9485d53c0
Log when the native trace is unavailable

This should allow us to differentiate between "couldn't get the
stack" and "didn't try to get the stack".  Also show the thread's
state (e.g. 'R' for running, 'D' for uninterruptible syscall).

Bug 7053953

Change-Id: Ibc9e6a6f0fc855a4e5e8e133122232dc939bcb16
vm/Misc.cpp
vm/Misc.h
vm/Thread.cpp
vm/interp/Stack.cpp