Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3173ce38 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[SB] Increase MobileSummaryLog to 200 lines." into main

parents a532d89f e2045ccf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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