HomeSort by relevance Sort by last modified time
    Searched refs:async_safe_write_log (Results 1 - 4 of 4) sorted by null

  /bionic/libc/malloc_debug/
debug_log.h 40 #define error_log_string(str) async_safe_write_log(ANDROID_LOG_ERROR, "malloc_debug", (str))
  /bionic/libc/async_safe/include/async_safe/
log.h 95 int async_safe_write_log(int pri, const char* tag, const char* msg);
  /bionic/libc/bionic/
icu.cpp 72 async_safe_write_log(ANDROID_LOG_ERROR, "bionic-icu", "couldn't find an ICU .dat file");
  /bionic/libc/async_safe/
async_safe_log.cpp 477 int async_safe_write_log(int priority, const char* tag, const char* msg) { function
516 return async_safe_write_log(priority, tag, buffer);
545 async_safe_write_log(ANDROID_LOG_FATAL, "libc", msg);

Completed in 82 milliseconds