am ec5683a4: am a7e8919e: am 2e250c82: Revert "Always enable lock level checks."
* commit 'ec5683a4c79c3df6bec9329e59999bbc1e4a636a':
Revert "Always enable lock level checks."
diff --git a/runtime/base/mutex.h b/runtime/base/mutex.h
index 0e5445f..297a63d 100644
--- a/runtime/base/mutex.h
+++ b/runtime/base/mutex.h
@@ -47,7 +47,7 @@
class ScopedContentionRecorder;
class Thread;
-const bool kDebugLocking = true || kIsDebugBuild;
+const bool kDebugLocking = kIsDebugBuild;
// Record Log contention information, dumpable via SIGQUIT.
#ifdef ART_USE_FUTEXES