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)
committerBrian Carlstrom <bdc@google.com>
Fri, 15 Aug 2014 19:17:06 +0000 (12:17 -0700)
commit9c290012b7f505ae1943ab87236f775b97a46e2d
tree84103faf34a3960a92c733244cb52f9a96168206
parent378fe3d39d3a55f61d82ea482b8ce3082aee0e21
Execute an application even when dex2oat crashes.

Bug: 17000769

(cherry picked from commit 4fcdc94d22a4608e355aa8df36240181149d10e8)

Change-Id: Iccb1fec94fe64ce4c3097510952f275482b86aa9
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