commit | 1a1094a3b32f221d41a1740277ffaf766c62c15c | [log] [tgz] |
---|---|---|
author | Paul Ramirez <peramirez@google.com> | Fri Oct 18 00:58:02 2024 +0000 |
committer | Paul Ramirez <peramirez@google.com> | Tue Oct 22 20:15:56 2024 +0000 |
tree | 5e1aa0ca64ebe509189d399360d886c90f10f705 | |
parent | 29ee27c5a4d793c6d46f272c7704c1839334f71f [diff] |
Change format and units of logs in LegacyResampler Fixed the logging format of std::chrono::duration types because C++20 adds their stream operator, and units were duplicated. Likewise, changed from nanoseconds to milliseconds given that it is easier to reason the logging messages in millis. Bug: 297226446 Flag: EXEMPT refactor Test: TEST=libinput_tests; m $TEST && $ANDROID_HOST_OUT/nativetest64/$TEST/$TEST Change-Id: Idd06e4fbad4dd02a3bf28957004b4bdb00988325