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