diff options
author | Andreas Gampe <agampe@google.com> | 2015-07-24 21:24:38 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-07-24 21:24:38 +0000 |
commit | 458a7c7aba37bf41e40862046846fa77046ac23c (patch) | |
tree | 3c2ec75f35787920f11912c936d419edd0df0a74 /runtime/runtime.cc | |
parent | d021e166babaaf131e59caf5ad84772b73acb4c5 (diff) | |
parent | 242ae94dc39be53e519a6163ea1db494ceb75954 (diff) | |
download | art-458a7c7aba37bf41e40862046846fa77046ac23c.zip art-458a7c7aba37bf41e40862046846fa77046ac23c.tar.gz art-458a7c7aba37bf41e40862046846fa77046ac23c.tar.bz2 |
Merge "ART: Change the stack dump format to be in line with debuggerd" into mnc-dev
Diffstat (limited to 'runtime/runtime.cc')
-rw-r--r-- | runtime/runtime.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/runtime.cc b/runtime/runtime.cc index 1453e9f..93f66ec 100644 --- a/runtime/runtime.cc +++ b/runtime/runtime.cc @@ -838,6 +838,8 @@ bool Runtime::Init(const RuntimeOptions& raw_options, bool ignore_unrecognized) Split(runtime_options.GetOrDefault(Opt::CpuAbiList), ',', &cpu_abilist_); + fingerprint_ = runtime_options.ReleaseOrDefault(Opt::Fingerprint); + if (runtime_options.GetOrDefault(Opt::Interpret)) { GetInstrumentation()->ForceInterpretOnly(); } |