OSDN Git Service

ART: Change the stack dump format to be in line with debuggerd
authorAndreas Gampe <agampe@google.com>
Thu, 23 Jul 2015 21:37:18 +0000 (14:37 -0700)
committerAndreas Gampe <agampe@google.com>
Thu, 23 Jul 2015 23:49:07 +0000 (16:49 -0700)
commit242ae94dc39be53e519a6163ea1db494ceb75954
tree00188ca7b37a606c983fb733a79fba75e8fbe001
parentbe86eabe578df433f46055bae08e77314a661d49
ART: Change the stack dump format to be in line with debuggerd

Make offsets 16 digits on 64-bit platforms.

Add the ability to provide the build fingerprint, and print it in
the traces output.

Bug: 22693991
Change-Id: Ibd3d3b3bd65dce84acfb97a487807d6f280a9508
runtime/parsed_options.cc
runtime/runtime.cc
runtime/runtime.h
runtime/runtime_options.def
runtime/signal_catcher.cc
runtime/utils.cc