OSDN Git Service

Execute an application even when dex2oat crashes.
authorNicolas Geoffray <ngeoffray@google.com>
Tue, 22 Jul 2014 09:48:00 +0000 (10:48 +0100)
committerNicolas Geoffray <ngeoffray@google.com>
Wed, 13 Aug 2014 17:01:51 +0000 (18:01 +0100)
commit4fcdc94d22a4608e355aa8df36240181149d10e8
treecb600df7e9b585720c03a08b10509151aa96d5dd
parentb66252112d45fd24eab85122fa8902afd1324542
Execute an application even when dex2oat crashes.

Bug: 17000769

Change-Id: Iffeb582862a5e794b6c7364c7ec2368cfd0f2214
14 files changed:
runtime/class_linker.cc
runtime/class_linker.h
runtime/native/dalvik_system_DexFile.cc
runtime/oat_file.h
runtime/parsed_options.cc
runtime/parsed_options.h
runtime/runtime.cc
runtime/runtime.h
test/116-nodex2oat/expected.txt [new file with mode: 0644]
test/116-nodex2oat/info.txt [new file with mode: 0644]
test/116-nodex2oat/nodex2oat.cc [new file with mode: 0644]
test/116-nodex2oat/run [new file with mode: 0755]
test/116-nodex2oat/src/Main.java [new file with mode: 0644]
test/Android.libarttest.mk