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

/system/core/liblog/
H A Dlogd_write.c32 #define LOG_BUF_SIZE 1024 macro
194 char buf[LOG_BUF_SIZE];
196 vsnprintf(buf, LOG_BUF_SIZE, fmt, ap);
204 char buf[LOG_BUF_SIZE];
207 vsnprintf(buf, LOG_BUF_SIZE, fmt, ap);
216 char buf[LOG_BUF_SIZE];
219 vsnprintf(buf, LOG_BUF_SIZE, fmt, ap);
228 char buf[LOG_BUF_SIZE];
233 vsnprintf(buf, LOG_BUF_SIZE, fmt, ap);
241 snprintf(buf, LOG_BUF_SIZE, "Assertio
[all...]

Completed in 75 milliseconds