commit | 8405bfda04edd21156d4f8b88684f5c2ecbe8544 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Fri Feb 05 12:00:49 2016 -0800 |
committer | Mathieu Chartier <mathieuc@google.com> | Fri Feb 05 12:01:59 2016 -0800 |
tree | 07b8aae314aaecbe7bea64844ad051d1df6d3733 | |
parent | 0adb678252bacf861dbaca0d9b5edf1a32ac7cd9 [diff] [blame] |
Disable kDebugStackWalk Someone left it enabled. Bug: 27039049 Change-Id: I2bec610a3f20e1214dc34b4e06227609da2a2ab8
diff --git a/runtime/stack.cc b/runtime/stack.cc index 1e82860..5faff93 100644 --- a/runtime/stack.cc +++ b/runtime/stack.cc
@@ -40,7 +40,7 @@ namespace art { -static constexpr bool kDebugStackWalk = true; +static constexpr bool kDebugStackWalk = false; mirror::Object* ShadowFrame::GetThisObject() const { ArtMethod* m = GetMethod();