diff options
| author | 2023-07-06 17:51:21 +0000 | |
|---|---|---|
| committer | 2023-07-06 17:51:21 +0000 | |
| commit | ae0a492dbed2b627477a4aa106b693a237da8474 (patch) | |
| tree | 6f32545d1589fef45a86b8b0acf032a169a89f43 /services/inputflinger/InputManager.cpp | |
| parent | 865ed87f1e4c83cf0f69b90deeacf424e2daf28b (diff) | |
| parent | 61c207ddf1ac265283421f0043c9ce40fd5ba874 (diff) | |
Merge "Revert^2 "Enable InputDeviceMetricsCollector"" into udc-qpr-dev am: 7af31cb0f6 am: 61c207ddf1
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/23846723
Change-Id: I5d7b626c64c9f81f078a35df4df7c1ac14fb3247
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 09c88ba8dd..c90356459f 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; |