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

/system/core/logd/
H A DLogListener.cpp39 + LOGGER_ENTRY_MAX_PAYLOAD];
/system/core/include/log/
H A Dlogger.h68 #define LOGGER_ENTRY_MAX_PAYLOAD 4076 macro
/system/core/liblog/
H A Dlogd_write.c221 if (payload_size > LOGGER_ENTRY_MAX_PAYLOAD) {
222 newVec[i].iov_len -= payload_size - LOGGER_ENTRY_MAX_PAYLOAD;
/system/core/liblog/tests/
H A Dliblog_test.cpp305 static const char max_payload_buf[LOGGER_ENTRY_MAX_PAYLOAD
544 EXPECT_LE(LOGGER_ENTRY_MAX_PAYLOAD - sizeof(big_payload_tag),
/system/core/logcat/
H A Dlogcat.cpp745 (int) LOGGER_ENTRY_MAX_LEN, (int) LOGGER_ENTRY_MAX_PAYLOAD);

Completed in 2862 milliseconds