commit | b5eb94a7536e5d050b9d3b1e4e09033bcf2aa554 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Thu Oct 27 19:23:09 2016 -0700 |
committer | Andreas Gampe <agampe@google.com> | Fri Oct 28 15:08:42 2016 -0700 |
tree | ee99d1bfa959dc94640ebed38df4fe3023728cb5 | |
parent | e9f67125f9a9c54b226c7daa95ebd0c5b31e8510 [diff] [blame] |
ART: Add GetStackTrace support Add support for getting a stack trace. Bug: 31684812 Test: m test-art-host Change-Id: Ifa5818ebca38caafb09616ffd7df30186eb8a06f
diff --git a/test/Android.bp b/test/Android.bp index 9675ef5..37e1fc0 100644 --- a/test/Android.bp +++ b/test/Android.bp
@@ -254,6 +254,7 @@ "908-gc-start-finish/gc_callbacks.cc", "909-attach-agent/attach.cc", "910-methods/methods.cc", + "911-get-stack-trace/stack_trace.cc", ], shared_libs: [ "libbase",