Loading packages/SystemUI/src/com/android/systemui/statusbar/pipeline/dagger/StatusBarPipelineModule.kt +1 −1 Original line number Diff line number Diff line Loading @@ -268,7 +268,7 @@ abstract class StatusBarPipelineModule { @SysUISingleton @MobileSummaryLog fun provideMobileSummaryLogBuffer(factory: TableLogBufferFactory): TableLogBuffer { return factory.create("MobileSummaryLog", 100) return factory.create("MobileSummaryLog", 200) } @Provides Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/pipeline/dagger/StatusBarPipelineModule.kt +1 −1 Original line number Diff line number Diff line Loading @@ -268,7 +268,7 @@ abstract class StatusBarPipelineModule { @SysUISingleton @MobileSummaryLog fun provideMobileSummaryLogBuffer(factory: TableLogBufferFactory): TableLogBuffer { return factory.create("MobileSummaryLog", 100) return factory.create("MobileSummaryLog", 200) } @Provides Loading