Disable kEnableJavaStackTraceHandler

Bug: 17890306
Change-Id: I76d1d1b709cfcb0cf8fe02f5d28fb746909d682f
diff --git a/runtime/runtime.cc b/runtime/runtime.cc
index 1544aa3..d313ef9 100644
--- a/runtime/runtime.cc
+++ b/runtime/runtime.cc
@@ -91,7 +91,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;