commit | 9cd766a517caeb58669722fad7fdf623a8c1b83c | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Tue Mar 19 17:36:57 2013 -0700 |
committer | Mathias Agopian <mathias@google.com> | Tue Mar 19 17:36:57 2013 -0700 |
tree | 486e3e8275d9fe34b78746af2d4333ef440cbdb2 | |
parent | 4e37ddff43784a5a784beb4b62ea3f3136e1634b [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>