Searched refs:LOGGER_ENTRY_MAX_LEN (Results 1 – 6 of 6) sorted by relevance
138 #define LOGGER_ENTRY_MAX_LEN (5 * 1024) macro144 unsigned char buf[LOGGER_ENTRY_MAX_LEN + 1];
956 log_msg.buf[LOGGER_ENTRY_MAX_LEN] = '\0'; in __android_log_btwrite_multiple__helper()1082 log_msg.buf[LOGGER_ENTRY_MAX_LEN] = '\0'; in count_avc()
524 if ((size > LOGGER_ENTRY_MAX_LEN) || (size < (4 * 1024 * 1024))) { in writeToLocalSetSize()
603 ret = recv(ret, log_msg, LOGGER_ENTRY_MAX_LEN, 0); in logdRead()
1507 (int)LOGGER_ENTRY_MAX_LEN, in __logcat()