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

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

[SB][Mobile] Increase log size for MobileInputLog.

A lot of the BRs in b/331978244 don't have the logs for the raw data we got from telephony because the log rolled over too fast. This increases the size from 100 -> 300.

Bug: 331978244
Flag: NONE (just increasing log limit)
Test: none
Change-Id: I159b324e63bdaabcb69d5d8b1027848bfba3904c
parent 144bae3f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -194,7 +194,7 @@ abstract class StatusBarPipelineModule {
        @SysUISingleton
        @MobileInputLog
        fun provideMobileInputLogBuffer(factory: LogBufferFactory): LogBuffer {
            return factory.create("MobileInputLog", 100)
            return factory.create("MobileInputLog", 300)
        }

        @Provides