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

Skip to content
Commit 4125ea4e authored by Siarhei Vishniakou's avatar Siarhei Vishniakou
Browse files

Remove some logging information from InputDispatcher

Currently, we are often printing information like "edgeFlags" and
"xPrecision"/"yPrecision". Over the years, I've never found that
information useful, and it clutters the logs.

Separately, we are labeling input channels like "(server) and
"(client)", which is also never useful. After the input channels were
refactored several years ago, it's pretty hard to mix those up:
dispatcher always has a unique_ptr of the InputChannel, so there's
little risk of it leaking elsewhere.

In this CL, those pieces of logs are removed to make it easier to read
the various dumps and logs.

Bug: 347700797
Flag: EXEMPT refactor
Test: TEST=inputflinger_tests; m $TEST && $ANDROID_HOST_OUT/nativetest64/$TEST/$TEST --gtest_break_on_failure --gtest_filter="*SpyThatPreventsSplittingWithApplication*"
Change-Id: I7414a6c35a7a1bc1c779d51cd7243b30356f803e
parent 7e24bed9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment