Searched refs:LOG_BUF_SIZE (Results 1 - 1 of 1) sorted by relevance

/system/core/liblog/
H A Dlogger_write.c38 #define LOG_BUF_SIZE 1024 macro
433 char buf[LOG_BUF_SIZE];
435 vsnprintf(buf, LOG_BUF_SIZE, fmt, ap);
444 char buf[LOG_BUF_SIZE];
447 vsnprintf(buf, LOG_BUF_SIZE, fmt, ap);
458 char buf[LOG_BUF_SIZE];
461 vsnprintf(buf, LOG_BUF_SIZE, fmt, ap);
470 char buf[LOG_BUF_SIZE];
475 vsnprintf(buf, LOG_BUF_SIZE, fmt, ap);
483 snprintf(buf, LOG_BUF_SIZE, "Assertio
[all...]

Completed in 48 milliseconds