Searched refs:tempBuffer (Results 1 – 1 of 1) sorted by relevance
48 char tempBuffer[maxLogLen]; in handleLogVa() local49 int logLenSigned = vsnprintf(tempBuffer, maxLogLen, logFormat, args); in handleLogVa()50 processLog(logLevel, timestampMs, tempBuffer, logLenSigned, in handleLogVa()