From 2e250c826b3c405d675017efe79e5db3651c9ee6 Mon Sep 17 00:00:00 2001 From: Brian Carlstrom Date: Wed, 14 Aug 2013 18:08:52 -0700 Subject: Revert "Always enable lock level checks." This reverts commit ccf124800fe025be3ca05c28a60514909ca66a11. --- runtime/base/mutex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/base/mutex.h') diff --git a/runtime/base/mutex.h b/runtime/base/mutex.h index 0e5445f913..297a63d23b 100644 --- a/runtime/base/mutex.h +++ b/runtime/base/mutex.h @@ -47,7 +47,7 @@ namespace art { class ScopedContentionRecorder; class Thread; -const bool kDebugLocking = true || kIsDebugBuild; +const bool kDebugLocking = kIsDebugBuild; // Record Log contention information, dumpable via SIGQUIT. #ifdef ART_USE_FUTEXES -- cgit v1.2.3-59-g8ed1b