Associate the displayId with the input_interaction
Currently, the InputDispatcher supports the scenario where two displays can be interacted with simultaneously. In this scenario, the input_interaction logs will be printed frequently due to the simultaneous interaction on the two displays, which will make the logs completely unreadable. Here, we associate the interaction state with the displays to optimize the log output in this scenario and ensure that we can conduct normal debugging. Bug: 420517013 Test: Manual Flag: EXEMPT bugfix Signed-off-by:Linnan Li <lilinnan@xiaomi.corp-partner.google.com> (cherry picked from https://partner-android-review.googlesource.com/q/commit:5b2004ed9dda314829d772bb068c10a23a6b64c7) Merged-In: I6ab30b33e57ad22e522390f7ebeafc953614141a Change-Id: I6ab30b33e57ad22e522390f7ebeafc953614141a
Loading
Please register or sign in to comment