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

Commit 4c2dd52c authored by Chris Manton's avatar Chris Manton
Browse files

Add proper init_flags inclusion to gd logging

Include what you use

Bug: 190631642
Test: gd/cert/run
Tag: #refactor

Change-Id: I538774e8b48a47741c82f99b3a9bda4a39005184
parent d31c9a12
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -30,6 +30,8 @@ static_assert(LOG_TAG != nullptr, "LOG_TAG should never be NULL");

#include <log/log.h>

#include "common/init_flags.h"

#ifdef FUZZ_TARGET
#define LOG_VERBOSE(...)
#define LOG_DEBUG(...)