Searched refs:mLogLevel (Results 1 – 3 of 3) sorted by relevance
113 private int mLogLevel = VERBOSE_NO_LOG; field in WifiDiagnostics162 mLogLevel = VERBOSE_LOG_WITH_WAKEUP; in startLogging()165 mLogLevel = VERBOSE_NORMAL_LOG; in startLogging()217 if (mLogLevel != VERBOSE_NO_LOG) { in stopLogging()220 mLogLevel = VERBOSE_NO_LOG; in stopLogging()446 return mLogLevel > VERBOSE_NORMAL_LOG; in isVerboseLoggingEnabled()512 int minInterval = MinWakeupIntervals[mLogLevel]; in startLoggingRingBuffer()513 int minDataSize = MinBufferSizes[mLogLevel]; in startLoggingRingBuffer()516 mLogLevel, 0, minInterval, minDataSize, buffer.name) == false) { in startLoggingRingBuffer()
145 private final int mLogLevel; field in LogcatLog.RealLogMessage156 mLogLevel = logLevel; in RealLogMessage()218 Log.println(mLogLevel, mTag, mStringBuilder.toString()); in flush()
64 private @WindowTraceLogLevel int mLogLevel = WindowTraceLogLevel.TRIM; field in WindowTracing139 mLogLevel = logLevel; in setLogLevel()242 + mLogLevel in getStatus()294 mService.writeToProtoLocked(os, mLogLevel); in log()