Searched refs:LOG_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance
/system/core/liblog/ |
D | logger_write.cpp | 57 #define LOG_BUF_SIZE 1024 macro 337 __attribute__((uninitialized)) char buf[LOG_BUF_SIZE]; in __android_log_vprint() 339 vsnprintf(buf, LOG_BUF_SIZE, fmt, ap); in __android_log_vprint() 355 __attribute__((uninitialized)) char buf[LOG_BUF_SIZE]; in __android_log_print() 358 vsnprintf(buf, LOG_BUF_SIZE, fmt, ap); in __android_log_print() 375 __attribute__((uninitialized)) char buf[LOG_BUF_SIZE]; in __android_log_buf_print() 378 vsnprintf(buf, LOG_BUF_SIZE, fmt, ap); in __android_log_buf_print() 388 __attribute__((uninitialized)) char buf[LOG_BUF_SIZE]; in __android_log_assert() 393 vsnprintf(buf, LOG_BUF_SIZE, fmt, ap); in __android_log_assert() 401 snprintf(buf, LOG_BUF_SIZE, "Assertion failed: %s", cond); in __android_log_assert()
|