commit | a3c4d72210de174552f47b2d117b1946f274af1e | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Thu Oct 09 04:11:22 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Oct 09 04:11:23 2014 +0000 |
tree | 57ac8e2cdbd9659f79b10061d5a7067092038fff | |
parent | a9b097443f26a6df1a322a8fef50fdd1f26a410b [diff] | |
parent | b57f1c70a58aabef3246d19174df0dcbdb25b779 [diff] |
Merge "Disable kEnableJavaStackTraceHandler"
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;