Searched refs:tempBuffer (Results 1 – 1 of 1) sorted by relevance
47 char tempBuffer[kLogMaxSize]; in handleLogVa() local48 int logLenSigned = vsnprintf(tempBuffer, kLogMaxSize, logFormat, args); in handleLogVa()49 processLog(logLevel, timestampMs, tempBuffer, logLenSigned, LogType::STRING); in handleLogVa()