From 242ae94dc39be53e519a6163ea1db494ceb75954 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Thu, 23 Jul 2015 14:37:18 -0700 Subject: 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 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'runtime/parsed_options.cc') diff --git a/runtime/parsed_options.cc b/runtime/parsed_options.cc index 0bc834f..a7b4575 100644 --- a/runtime/parsed_options.cc +++ b/runtime/parsed_options.cc @@ -260,6 +260,9 @@ std::unique_ptr ParsedOptions::MakeParser(bool ignore_unrecognize .Define("--cpu-abilist=_") .WithType() .IntoKey(M::CpuAbiList) + .Define("-Xfingerprint:_") + .WithType() + .IntoKey(M::Fingerprint) .Ignore({ "-ea", "-da", "-enableassertions", "-disableassertions", "--runtime-arg", "-esa", "-dsa", "-enablesystemassertions", "-disablesystemassertions", "-Xrs", "-Xint:_", -- cgit v1.1