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

Commit 656a6780 authored by Mathias Agopian's avatar Mathias Agopian Committed by Android Git Automerger
Browse files

am 9cd766a5: disable RefBase consistency checks (NDEBUG)

* commit '9cd766a5':
  disable RefBase consistency checks (NDEBUG)
parents dd3fcd2e 9cd766a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
 */

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

#include <utils/RefBase.h>