summaryrefslogtreecommitdiff
path: root/libs/gui/BufferQueueThreadState.cpp
diff options
context:
space:
mode:
author Siarhei Vishniakou <svv@google.com> 2023-10-30 18:46:10 -0700
committer Siarhei Vishniakou <svv@google.com> 2023-10-31 14:01:06 -0700
commit31dd1554ab5b5b5c34e1943f53ebd945abff3752 (patch)
treed6af26989c0cf998614ab190f8777222a01dadcc /libs/gui/BufferQueueThreadState.cpp
parent3ccc55d0e23424a8f98b155a34be51230030f11a (diff)
Reduce dropped event logging in dispatcher
These logs were guarded with DEBUG_FOCUS until the guard was removed in this CL: 21431224: Allow new gestures to cancel current gestures Unfortunately, there's not a good way to reduce these logs. We should already be logging the decision to drop the initial events like ACTION_DOWN and ACTION_POINTER_DOWN. So the fact that we are dropping ACTION_MOVE and others may not be that interesting. These logs are currently causing people to incorrectly triage bugs to the input team. In this CL, make these logs dynamic so that they are only turned on when needed. Bug: 245989146 Test: TEST=inputflinger_tests; m $TEST && $ANDROID_HOST_OUT/nativetest64/$TEST/$TEST Change-Id: I7510fa56d163da1e635b00f4025b3bf2c00ade6e
Diffstat (limited to 'libs/gui/BufferQueueThreadState.cpp')
0 files changed, 0 insertions, 0 deletions