diff options
| author | 2023-07-06 17:47:03 +0000 | |
|---|---|---|
| committer | 2023-07-06 17:47:03 +0000 | |
| commit | 61c207ddf1ac265283421f0043c9ce40fd5ba874 (patch) | |
| tree | 82671cbc7ff59c3ffeef54b0db664a6aa0655cd4 /services/inputflinger/InputManager.cpp | |
| parent | 3d90e782a04125e07b7d5ba2d22d65a3a4290a26 (diff) | |
| parent | 7af31cb0f6ae3cb5678106c4857f28dce38e09e8 (diff) | |
Merge "Revert^2 "Enable InputDeviceMetricsCollector"" into udc-qpr-dev am: 7af31cb0f6
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/23846723
Change-Id: Ibc9c3609a10f94d525e53b8398ce33f1dbfde9c6
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'services/inputflinger/InputManager.cpp')
| -rw-r--r-- | services/inputflinger/InputManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/inputflinger/InputManager.cpp b/services/inputflinger/InputManager.cpp index 1a9f47d934..37b31875f8 100644 --- a/services/inputflinger/InputManager.cpp +++ b/services/inputflinger/InputManager.cpp @@ -34,7 +34,7 @@ namespace android { static const bool ENABLE_INPUT_DEVICE_USAGE_METRICS = - sysprop::InputProperties::enable_input_device_usage_metrics().value_or(false); + sysprop::InputProperties::enable_input_device_usage_metrics().value_or(true); using gui::FocusRequest; |