Disable kEnableJavaStackTraceHandler
Bug: 17890306
(cherry picked from commit b6404fe0bb782cbbccda88903901fe0096a741d5)
Change-Id: Ie13d6af1d384c6ebf87e8f055120609e2bff3338
diff --git a/runtime/runtime.cc b/runtime/runtime.cc
index 48439b6..42d05a9 100644
--- a/runtime/runtime.cc
+++ b/runtime/runtime.cc
@@ -92,7 +92,7 @@
namespace art {
-static constexpr bool kEnableJavaStackTraceHandler = true;
+static constexpr bool kEnableJavaStackTraceHandler = false;
const char* Runtime::kDefaultInstructionSetFeatures =
STRINGIFY(ART_DEFAULT_INSTRUCTION_SET_FEATURES);
Runtime* Runtime::instance_ = NULL;