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

Commit e2045ccf authored by Caitlin Shkuratov's avatar Caitlin Shkuratov
Browse files

[SB] Increase MobileSummaryLog to 200 lines.

In b/425770229 for example, it completely filled up in 2 minutes,
which is too little time to diagnose most bugs.

Bug: 425770229
Flag: EXEMPT logging-only change
Test: compiles

Change-Id: Ibc36917fa53dd126868f3582c904df808459a94c
parent a5e92ade
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