Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/NotificationMemoryLogger.kt +1 −1 Original line number Diff line number Diff line Loading @@ -142,7 +142,7 @@ constructor( private fun getAllNotificationsOnMainThread() = runBlocking(mainDispatcher) { traceSection("NML#getNotifications") { notificationPipeline.allNotifs } traceSection("NML#getNotifications") { notificationPipeline.allNotifs.toList() } } } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/NotificationMemoryLogger.kt +1 −1 Original line number Diff line number Diff line Loading @@ -142,7 +142,7 @@ constructor( private fun getAllNotificationsOnMainThread() = runBlocking(mainDispatcher) { traceSection("NML#getNotifications") { notificationPipeline.allNotifs } traceSection("NML#getNotifications") { notificationPipeline.allNotifs.toList() } } } Loading