commit | da8ec4b634ffc165fc12f8ae2671d61e684bd248 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Tue Mar 19 17:36:57 2013 -0700 |
committer | Alex Ray <aray@google.com> | Tue Jul 30 13:57:01 2013 -0700 |
tree | 7024ef2682886d1c427303170c0f68a3bc9b8a52 | |
parent | 6cd548c7154c1633a0ed318c31dd22c50a5f5d02 [diff] [blame] |
disable RefBase consistency checks (NDEBUG) Bug: 8328715 Change-Id: Ib57646ff909fd8744610f37f3b50d90d884dff31
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>