diff options
author | 2023-05-31 14:43:53 +0000 | |
---|---|---|
committer | 2023-06-12 15:17:49 +0000 | |
commit | a3863095d1bea610cbc0bf66efcad8df577ef3a6 (patch) | |
tree | 30ef3f91966df6e9c86c34dc993fc79921af077c /services/inputflinger/InputManager.cpp | |
parent | 580fb3af1743d2a6e12bd8c3f933641644e5eb4a (diff) |
Enable InputDeviceMetricsCollector
Bug: 275726706
Test: atest CtsInputHostTestCases
Change-Id: I28c6ad438d8cd6d72253b4eb7e3ccc9df3c0e161
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; |