Flip the debug flag in HandwritingModeController

Disable the debug flag for logging in HandwritingModeController.
When its on, it may log very verbose, not relevant to users/developers.

Bug: 210039666
Test: Manually build and test
Change-Id: I6ec5d93864f6bf365ef420f38ac3f059fe70b987
This commit is contained in:
Taran Singh
2023-05-08 20:36:27 +00:00
parent d7fd5e789a
commit 9f25a43381

View File

@@ -55,8 +55,7 @@ import java.util.OptionalInt;
final class HandwritingModeController {
public static final String TAG = HandwritingModeController.class.getSimpleName();
// TODO(b/210039666): flip the flag.
static final boolean DEBUG = true;
static final boolean DEBUG = false;
// Use getHandwritingBufferSize() and not this value directly.
private static final int EVENT_BUFFER_SIZE = 100;
// A longer event buffer used for handwriting delegation