Home
last modified time | relevance | path

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

/system/logging/logd/
DSerializedLogBuffer.cpp283 constexpr size_t kMaxEntrySize = sizeof(*entry) + LOGGER_ENTRY_MAX_PAYLOAD + 1; in FlushTo() local
284 unsigned char entry_copy[kMaxEntrySize] __attribute__((uninitialized)); in FlushTo()