From a3863095d1bea610cbc0bf66efcad8df577ef3a6 Mon Sep 17 00:00:00 2001 From: Prabir Pradhan Date: Wed, 31 May 2023 14:43:53 +0000 Subject: Enable InputDeviceMetricsCollector Bug: 275726706 Test: atest CtsInputHostTestCases Change-Id: I28c6ad438d8cd6d72253b4eb7e3ccc9df3c0e161 --- services/inputflinger/InputManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/inputflinger/InputManager.cpp') 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; -- cgit v1.2.3-59-g8ed1b