summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Mathias Agopian <mathias@google.com> 2013-03-19 17:36:57 -0700
committer Mathias Agopian <mathias@google.com> 2013-03-19 17:36:57 -0700
commit9cd766a517caeb58669722fad7fdf623a8c1b83c (patch)
tree486e3e8275d9fe34b78746af2d4333ef440cbdb2
parent4e37ddff43784a5a784beb4b62ea3f3136e1634b (diff)
disable RefBase consistency checks (NDEBUG)
Bug: 8328715 Change-Id: Ib57646ff909fd8744610f37f3b50d90d884dff31
-rw-r--r--libs/utils/RefBase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/utils/RefBase.cpp b/libs/utils/RefBase.cpp
index abaf3c0ca6..3d3a595953 100644
--- a/libs/utils/RefBase.cpp
+++ b/libs/utils/RefBase.cpp
@@ -15,7 +15,7 @@
*/
#define LOG_TAG "RefBase"
-#define LOG_NDEBUG 0
+// #define LOG_NDEBUG 0
#include <utils/RefBase.h>