Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/dagger/NotificationsLogModule.kt +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ object NotificationsLogModule { fun provideNotifInflationLogBuffer(factory: LogBufferFactory): LogBuffer { return factory.create( "NotifInflationLog", 250, 500, systraceTrackName = notifPipelineTrack("NotifInflationLog"), ) } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/dagger/NotificationsLogModule.kt +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ object NotificationsLogModule { fun provideNotifInflationLogBuffer(factory: LogBufferFactory): LogBuffer { return factory.create( "NotifInflationLog", 250, 500, systraceTrackName = notifPipelineTrack("NotifInflationLog"), ) } Loading