Searched defs:bytesWritten (Results 1 - 1 of 1) sorted by relevance

/system/core/logcat/
H A Dlogcat.cpp147 int bytesWritten = 0; local
174 bytesWritten = android_log_printLogLine(g_logformat, g_outFD, &entry);
176 if (bytesWritten < 0) {
181 g_outByteCount += bytesWritten;

Completed in 1702 milliseconds