OSDN Git Service

ART: Print initialization failures to file
authorAndreas Gampe <agampe@google.com>
Wed, 26 Nov 2014 06:21:42 +0000 (22:21 -0800)
committerAndreas Gampe <agampe@google.com>
Wed, 26 Nov 2014 23:07:36 +0000 (15:07 -0800)
commitdbfe254f5ca96f6c5b2284478597d6140c01a394
treedeb37dd72a728df8cda0e3879f89f13e6e461a2a
parent220526b05d4365a1820a694c98527eda2d3dc980
ART: Print initialization failures to file

Add the ability to print boot image initialization failures to a
file.

Add a tool to convert said file into a Graphviz file.

Change-Id: Iedcc337bdf05654c154aa553236f20bdd15572ee
compiler/driver/compiler_driver.cc
compiler/driver/compiler_options.h
dex2oat/dex2oat.cc
tools/analyze-init-failures.py [new file with mode: 0755]