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

Commit 1c022e63 authored by Julia Reynolds's avatar Julia Reynolds Committed by Android (Google) Code Review
Browse files

Merge "Double NotifInflationLog buffer size" into main

parents bffe9b69 ec1a610c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ object NotificationsLogModule {
    fun provideNotifInflationLogBuffer(factory: LogBufferFactory): LogBuffer {
        return factory.create(
            "NotifInflationLog",
            250,
            500,
            systraceTrackName = notifPipelineTrack("NotifInflationLog"),
        )
    }