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

Commit cf6dcb6f authored by Jeff DeCew's avatar Jeff DeCew Committed by Android (Google) Code Review
Browse files

Merge "Increase the length of the NotifInflationLog buffer" into main

parents 3192f86a 266c3777
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@ public class LogModule {
    @SysUISingleton
    @NotifInflationLog
    public static LogBuffer provideNotifInflationLogBuffer(LogBufferFactory factory) {
        return factory.create("NotifInflationLog", 100);
        return factory.create("NotifInflationLog", 250);
    }

    /** Provides a logging buffer for notification interruption calculations. */