Loading system/gd/os/log.h +2 −0 Original line number Diff line number Diff line Loading @@ -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(...) Loading Loading
system/gd/os/log.h +2 −0 Original line number Diff line number Diff line Loading @@ -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(...) Loading