diff options
| author | 2023-06-28 16:16:27 +0000 | |
|---|---|---|
| committer | 2023-06-28 16:16:27 +0000 | |
| commit | 7adabad005e1c1da0d67e947afd3a968f6b7e423 (patch) | |
| tree | 30ef3f91966df6e9c86c34dc993fc79921af077c /services/inputflinger/InputManager.cpp | |
| parent | 97814e8444bbdf7eee66df0068f050c3e8d7dcaf (diff) | |
Revert^2 "Enable InputDeviceMetricsCollector"
97814e8444bbdf7eee66df0068f050c3e8d7dcaf
Change-Id: I45e554ff7d8403ea9e00a23255e361b5166f0334
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; |