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

Commit 912b37e4 authored by Schneider Victor-tulias's avatar Schneider Victor-tulias
Browse files

Increase the ActiveGestureLog tracked gesture limit

Many bugs are coming in where the logs only start shortly after the bug repro. Increasing the limit to capture these logs more reliably.

Flag: not needed
Bug: 303424896
Test: printed gesture logs
Change-Id: I9d02108c7d0def3c0280a2ca6d84aa3c3773b1a7
parent 5bec1164
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ import java.util.Objects;
 */
public class ActiveGestureLog {

    private static final int MAX_GESTURES_TRACKED = 10;
    private static final int MAX_GESTURES_TRACKED = 15;

    public static final ActiveGestureLog INSTANCE = new ActiveGestureLog();