#ifndef __LOG_LOG_H__ #define __LOG_LOG_H__ #include #include #include #ifdef __Fuchsia__ extern "C" { void gfxstream_fuchsia_log(int8_t severity, const char* tag, const char* file, int line, const char* format, va_list va); } #endif #endif