Searched defs:__android_log_write (Results 1 - 1 of 1) sorted by path

/system/core/liblog/
H A Dlogd_write.c133 int __android_log_write(int prio, const char *tag, const char *msg) function
198 return __android_log_write(prio, tag, buf);
210 return __android_log_write(prio, tag, buf);
246 __android_log_write(ANDROID_LOG_FATAL, tag, buf);

Completed in 11 milliseconds