summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2013-03-19 17:36:57 -0700
committerAlex Ray <aray@google.com>2013-07-30 13:57:01 -0700
commitda8ec4b634ffc165fc12f8ae2671d61e684bd248 (patch)
tree7024ef2682886d1c427303170c0f68a3bc9b8a52
parent6cd548c7154c1633a0ed318c31dd22c50a5f5d02 (diff)
downloadsystem_core-da8ec4b634ffc165fc12f8ae2671d61e684bd248.zip
system_core-da8ec4b634ffc165fc12f8ae2671d61e684bd248.tar.gz
system_core-da8ec4b634ffc165fc12f8ae2671d61e684bd248.tar.bz2
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 abaf3c0..3d3a595 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>