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

/system/core/adb/
H A Dlog_service.c45 unsigned char buf[LOGGER_ENTRY_MAX_LEN + 1] __attribute__((aligned(4)));
51 ret = unix_read(logfd, entry, LOGGER_ENTRY_MAX_LEN);
/system/core/include/cutils/
H A Dlogger.h64 #define LOGGER_ENTRY_MAX_LEN (5*1024) macro
/system/core/logcat/
H A Dlogcat.cpp37 unsigned char buf[LOGGER_ENTRY_MAX_LEN + 1] __attribute__((aligned(4)));
282 ret = read(dev->fd, entry->buf, LOGGER_ENTRY_MAX_LEN);
766 (int) LOGGER_ENTRY_MAX_LEN, (int) LOGGER_ENTRY_MAX_PAYLOAD);
/system/core/debuggerd/
H A Dtombstone.c478 unsigned char buf[LOGGER_ENTRY_MAX_LEN + 1];
483 ssize_t actual = read(logfd, log_entry.buf, LOGGER_ENTRY_MAX_LEN);

Completed in 873 milliseconds