Searched refs:mLogLevel (Results 1 – 1 of 1) sorted by relevance
99 private int mLogLevel = VERBOSE_NO_LOG; field in WifiLogger128 mLogLevel = VERBOSE_LOG_WITH_WAKEUP; in startLogging()131 mLogLevel = VERBOSE_NORMAL_LOG; in startLogging()183 if (mLogLevel != VERBOSE_NO_LOG) { in stopLogging()186 mLogLevel = VERBOSE_NO_LOG; in stopLogging()385 return mLogLevel > VERBOSE_NORMAL_LOG; in isVerboseLoggingEnabled()451 int minInterval = MinWakeupIntervals[mLogLevel]; in startLoggingRingBuffer()452 int minDataSize = MinBufferSizes[mLogLevel]; in startLoggingRingBuffer()455 mLogLevel, 0, minInterval, minDataSize, buffer.name) == false) { in startLoggingRingBuffer()