xref: /third_party/mesa3d/src/android_stub/log_stub.cpp
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/mesa3d/src/android_stub/
1bf215546Sopenharmony_ci#include <android/log.h>
2bf215546Sopenharmony_ci
3bf215546Sopenharmony_ciextern "C" {
4bf215546Sopenharmony_ci
5bf215546Sopenharmony_ciint __android_log_print(int prio, const char* tag, const char* fmt, ...)
6bf215546Sopenharmony_ci{
7bf215546Sopenharmony_ci   return 0;
8bf215546Sopenharmony_ci}
9bf215546Sopenharmony_ci
10bf215546Sopenharmony_ciint __android_log_vprint(int prio, const char* tag, const char* fmt, va_list ap)
11bf215546Sopenharmony_ci{
12bf215546Sopenharmony_ci   return 0;
13bf215546Sopenharmony_ci}
14bf215546Sopenharmony_ci
15bf215546Sopenharmony_ci}
16

Indexes created Thu Nov 07 10:32:03 CST 2024