temporary: enable ASSERTs in RefBase

this is in an attempt to get more data on
bug 8328715.

Change-Id: I9333a67c2d7f67f4d9b2fc5eb1ad8a7b2d1c6dcb
This commit is contained in:
Mathias Agopian 2013-03-11 21:27:16 -07:00
parent b7a5b05b53
commit f795852b54

View File

@ -15,6 +15,7 @@
*/
#define LOG_TAG "RefBase"
#define LOG_NDEBUG 0
#include <utils/RefBase.h>