disable RefBase consistency checks (NDEBUG)

Bug: 8328715
Change-Id: Ib57646ff909fd8744610f37f3b50d90d884dff31
This commit is contained in:
Mathias Agopian 2013-03-19 17:36:57 -07:00
parent 4e37ddff43
commit 9cd766a517

View File

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