commit | 3e2446bbe9326786a970c88bbfac80b8ed8e5cdd | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Wed Jun 12 10:00:57 2019 -0700 |
committer | Treehugger Robot <treehugger-gerrit@google.com> | Fri Jun 14 17:58:19 2019 +0000 |
tree | 3495f831cb926030c57901152a939718ff12886e | |
parent | 1adb04fd1ab7a44b5bf0e0d8deb522b68849a2f6 [diff] |
ART: Correctly handle an abort from an unattached thread Libbase may be shared with other platform components. In that case, if the aborting thread is attached to the runtime, ART will print its usual dump to be helpful. If the thread is unattached, this must not be done as it would violate mutex invariants. Bug: 135056249 Test: m test-art-host-gtest-runtime_test Change-Id: I61c3df5fdbc8ddaf279f39dc653738016986dcd9