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

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

Merge "Flip the debug flag in HandwritingModeController" into udc-dev

parents 06341694 9f25a433
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -55,8 +55,7 @@ import java.util.OptionalInt;
final class HandwritingModeController {
final class HandwritingModeController {


    public static final String TAG = HandwritingModeController.class.getSimpleName();
    public static final String TAG = HandwritingModeController.class.getSimpleName();
    // TODO(b/210039666): flip the flag.
    static final boolean DEBUG = false;
    static final boolean DEBUG = true;
    // Use getHandwritingBufferSize() and not this value directly.
    // Use getHandwritingBufferSize() and not this value directly.
    private static final int EVENT_BUFFER_SIZE = 100;
    private static final int EVENT_BUFFER_SIZE = 100;
    // A longer event buffer used for handwriting delegation
    // A longer event buffer used for handwriting delegation