summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Mathias Agopian <mathias@google.com> 2013-03-11 21:27:16 -0700
committer Mathias Agopian <mathias@google.com> 2013-03-11 21:27:16 -0700
commitf795852b54b39eb373e0c421b63dc9a98822ac2c (patch)
tree483c273415ec73e086b7f554364223e4288d4245
parentb7a5b05b53b81cb24849c7e9934c941f64e05a42 (diff)
temporary: enable ASSERTs in RefBase
this is in an attempt to get more data on bug 8328715. Change-Id: I9333a67c2d7f67f4d9b2fc5eb1ad8a7b2d1c6dcb
-rw-r--r--libs/utils/RefBase.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/utils/RefBase.cpp b/libs/utils/RefBase.cpp
index 2b39bce2e8..3dac89eb6c 100644
--- a/libs/utils/RefBase.cpp
+++ b/libs/utils/RefBase.cpp
@@ -15,6 +15,7 @@
*/
#define LOG_TAG "RefBase"
+#define LOG_NDEBUG 0
#include <utils/RefBase.h>