Searched refs:maxLogLen (Results 1 – 1 of 1) sorted by relevance
47 constexpr size_t maxLogLen = kLogMaxSize - kLogDataOffset; in handleLogVa() local48 char tempBuffer[maxLogLen]; in handleLogVa()49 int logLenSigned = vsnprintf(tempBuffer, maxLogLen, logFormat, args); in handleLogVa()