Home
last modified time | relevance | path

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

/system/core/include/log/
Dlogger.h75 #define LOGGER_ENTRY_MAX_LEN (5*1024) macro
81 unsigned char buf[LOGGER_ENTRY_MAX_LEN + 1];
/system/core/logcat/
Dlogcat.cpp866 (int) LOGGER_ENTRY_MAX_LEN, (int) LOGGER_ENTRY_MAX_PAYLOAD); in main()
/system/core/liblog/
Dlog_read_kern.c617 LOGGER_ENTRY_MAX_LEN); in android_logger_list_read()
Dlog_read.c854 ret = recv(logger_list->sock, log_msg, LOGGER_ENTRY_MAX_LEN, 0); in android_logger_list_read()