Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9cd766a5 authored by Mathias Agopian's avatar Mathias Agopian
Browse files

disable RefBase consistency checks (NDEBUG)

Bug: 8328715
Change-Id: Ib57646ff909fd8744610f37f3b50d90d884dff31
parent 4e37ddff
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -15,7 +15,7 @@
 */
 */


#define LOG_TAG "RefBase"
#define LOG_TAG "RefBase"
#define LOG_NDEBUG 0
// #define LOG_NDEBUG 0


#include <utils/RefBase.h>
#include <utils/RefBase.h>