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

Skip to content
Commit b968c2d5 authored by Harry Cutts's avatar Harry Cutts
Browse files

InputDispatcher: use INFO for conditional logs

These logs currently don't show up in logcat due to b/282236272. Since
they're only enabled when the appropriate system property is set anyway,
it's not important that we keep them at the DEBUG level to avoid
spamming the logs, so upgrade them to INFO.

This CL was produced with the (Idea)Vim command:

    :%s/LOG_IF(DEBUG,/LOG_IF(INFO,/g

...followed by running Clang format.

Bug: 282236272
Test: $ atest --host inputflinger_tests
Flag: EXEMPT log only update
Change-Id: I58eae416b0b382ce01571550833de05b56a9822f
parent 3d6db2b1
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