OSDN Git Service

ART: Dump full exception on re-init failure message
authorAndreas Gampe <agampe@google.com>
Thu, 28 Jan 2016 23:31:39 +0000 (15:31 -0800)
committerAndreas Gampe <agampe@google.com>
Thu, 28 Jan 2016 23:31:39 +0000 (15:31 -0800)
commit369c8513cb23dbd18267da5479947ccf59997a57
treed20eebb716dbd9e2fbff360ec1ce5cdd5e53ecea
parent73bcf03b8299aa3c30a8ecd67b400abf1cecf81f
ART: Dump full exception on re-init failure message

It is a recurring issue to investigate the underlying issue. Just
dumping the top-level failure type is not very helpful. Take the
logcat hit and dump the full exception (including causes).

Change-Id: If071df9667473410222438e1c5f956c9b56b4d77
runtime/class_linker.cc