summaryrefslogtreecommitdiffstats
path: root/runtime/base
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2013-08-14 18:08:52 -0700
committerBrian Carlstrom <bdc@google.com>2013-08-14 18:09:11 -0700
commit2e250c826b3c405d675017efe79e5db3651c9ee6 (patch)
treef97684690083e2e54c1a64376e2565ff87563851 /runtime/base
parent6e6819f7b8b4820ae2b1003a516fe9aa60fa478e (diff)
downloadart-2e250c826b3c405d675017efe79e5db3651c9ee6.zip
art-2e250c826b3c405d675017efe79e5db3651c9ee6.tar.gz
art-2e250c826b3c405d675017efe79e5db3651c9ee6.tar.bz2
Revert "Always enable lock level checks."
This reverts commit ccf124800fe025be3ca05c28a60514909ca66a11.
Diffstat (limited to 'runtime/base')
-rw-r--r--runtime/base/mutex.h2
1 files changed, 1 insertions, 1 deletions
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 @@ 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