Skip to content

Commit b968c2d

Browse files
committed
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
1 parent 3d6db2b commit b968c2d

1 file changed

Lines changed: 54 additions & 55 deletions

File tree

0 commit comments

Comments
 (0)