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

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

Merge "Increase VolumeLog LogBuffer size." into main

parents 41a60b28 a22b2b74
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -650,7 +650,7 @@ public class LogModule {
    @SysUISingleton
    @VolumeLog
    public static LogBuffer provideVolumeLogBuffer(LogBufferFactory factory) {
        return factory.create("VolumeLog", 50);
        return factory.create("VolumeLog", 200);
    }

    /** Provides a {@link LogBuffer} for use by long touch event handlers. */