Home
last modified time | relevance | path

Searched refs:mLogLevel (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiDiagnostics.java113 private int mLogLevel = VERBOSE_NO_LOG; field in WifiDiagnostics
162 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()
DLogcatLog.java145 private final int mLogLevel; field in LogcatLog.RealLogMessage
156 mLogLevel = logLevel; in RealLogMessage()
218 Log.println(mLogLevel, mTag, mStringBuilder.toString()); in flush()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowTracing.java64 private @WindowTraceLogLevel int mLogLevel = WindowTraceLogLevel.TRIM; field in WindowTracing
139 mLogLevel = logLevel; in setLogLevel()
242 + mLogLevel in getStatus()
294 mService.writeToProtoLocked(os, mLogLevel); in log()