OSDN Git Service

ART: Use addr2line on the host for DumpNativeStack
authorAndreas Gampe <agampe@google.com>
Fri, 9 Jan 2015 04:11:09 +0000 (20:11 -0800)
committerAndreas Gampe <agampe@google.com>
Fri, 9 Jan 2015 17:49:46 +0000 (09:49 -0800)
commit8e1cb91d2de6cacf388ca8550325fd8c21b1e58c
tree927cef6c60ab2943b4f1692b71160a80dbfcc213
parent46af48acf4221a7f819d58dfffb576d0523ae285
ART: Use addr2line on the host for DumpNativeStack

Use addr2line to attempt some better debug output for unexpected
signals in tests. This prints the demangled function name, source
file and line number (including inlined frames) when possible.

Bug: 18933933
Change-Id: I4b98d0cc7bef5cdc63c7ee0882629b363778afe2
runtime/utils.cc