commit | 4fcdc94d22a4608e355aa8df36240181149d10e8 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Tue Jul 22 10:48:00 2014 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Wed Aug 13 18:01:51 2014 +0100 |
tree | cb600df7e9b585720c03a08b10509151aa96d5dd | |
parent | b66252112d45fd24eab85122fa8902afd1324542 [diff] [blame] |
Execute an application even when dex2oat crashes. Bug: 17000769 Change-Id: Iffeb582862a5e794b6c7364c7ec2368cfd0f2214
diff --git a/runtime/parsed_options.h b/runtime/parsed_options.h index c328ca7..aa2c557 100644 --- a/runtime/parsed_options.h +++ b/runtime/parsed_options.h
@@ -50,6 +50,7 @@ CompilerCallbacks* compiler_callbacks_; bool is_zygote_; bool must_relocate_; + bool dex2oat_enabled_; std::string patchoat_executable_; bool interpreter_only_; bool is_explicit_gc_disabled_;