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

Commit 024a6f10 authored by Steven Moreland's avatar Steven Moreland
Browse files

C2Store: disable debug logs

~300 logs on boot (for CF, other devices
may be different).

Bug: N/A
Test: N/A
Change-Id: I91a9c70927a2750f2230dae929dd278b3a50b38c
parent 99bceaf3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
 */

#define LOG_TAG "C2Store"
#define LOG_NDEBUG 0
// #define LOG_NDEBUG 0
#include <utils/Log.h>

#include <C2AllocatorBlob.h>