blob: df9de7f9ecad0da1fbba12c0479c39cc2cc22931 [file] [log] [blame]
#ifndef __LOG_LOG_H__
#define __LOG_LOG_H__
#include <cutils/log.h>
#include <stdarg.h>
#include <stdint.h>
#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