Merge "Revert "Revert "Add static version of dexdump2"""
am: a64eaf9023
Change-Id: Ic5c223976942ec069c5f5db1f1de6ec43f408b3f
diff --git a/runtime/runtime.cc b/runtime/runtime.cc
index 7f2f789..8d84da6 100644
--- a/runtime/runtime.cc
+++ b/runtime/runtime.cc
@@ -513,6 +513,10 @@
UNUSED(old_value);
#endif
+#ifdef ART_TARGET_ANDROID
+ android_set_abort_message(msg);
+#endif
+
// Ensure that we don't have multiple threads trying to abort at once,
// which would result in significantly worse diagnostics.
MutexLock mu(Thread::Current(), *Locks::abort_lock_);