Searched refs:forceStdout (Results 1 – 2 of 2) sorted by relevance
84 LogLevel logLevel, String tag, String message, boolean forceStdout) { in internalPrintLog() argument86 if (shouldDisplay(forceStdout, mLogLevelDisplay, logLevel, tag)) { in internalPrintLog()
84 boolean forceStdout, in shouldDisplay() argument88 if (forceStdout) { in shouldDisplay()