OSDN Git Service

ART: Allow unwinding unattached threads
authorAndreas Gampe <agampe@google.com>
Tue, 1 Mar 2016 22:38:37 +0000 (14:38 -0800)
committerChristopher Ferris <cferris@google.com>
Fri, 11 Mar 2016 03:09:54 +0000 (19:09 -0800)
commit8d1594da6e97cd11580baf30ee4b75d4e7e2616a
tree05edaae53f26cde16f913eeab7020f9006dd20db
parentb7f257f353b1eb2db2732939a0404c118316891d
ART: Allow unwinding unattached threads

Partial revert of commit ed8b723c5f3989d2593ec21c65c96d6d8bf25579.

Make it (constexpr) configurable whether we allow unwinding native
stacks of unattached threads.

Bug: 27449879

Change-Id: I307a80c9a0166f33fa8a41e492d7eb0d77d0e44f
runtime/thread_list.cc