Loading packages/SystemUI/src/com/android/systemui/display/data/repository/DisplayRepository.kt +1 −1 Original line number Diff line number Diff line Loading @@ -292,7 +292,7 @@ constructor( private fun <T> Flow<T>.debugLog(flowName: String): Flow<T> { return if (DEBUG) { traceEach(flowName, logcat = true) traceEach(flowName, logcat = true, traceEmissionCount = true) } else { this } Loading Loading
packages/SystemUI/src/com/android/systemui/display/data/repository/DisplayRepository.kt +1 −1 Original line number Diff line number Diff line Loading @@ -292,7 +292,7 @@ constructor( private fun <T> Flow<T>.debugLog(flowName: String): Flow<T> { return if (DEBUG) { traceEach(flowName, logcat = true) traceEach(flowName, logcat = true, traceEmissionCount = true) } else { this } Loading