summaryrefslogtreecommitdiff
path: root/services/inputflinger/InputManager.cpp
diff options
context:
space:
mode:
author Prabir Pradhan <prabirmsp@google.com> 2023-06-26 18:20:39 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-06-26 18:20:39 +0000
commit97814e8444bbdf7eee66df0068f050c3e8d7dcaf (patch)
tree9f499dea1f01de680ba87e732c0cb44094e116df /services/inputflinger/InputManager.cpp
parenta3863095d1bea610cbc0bf66efcad8df577ef3a6 (diff)
Revert "Enable InputDeviceMetricsCollector"
Revert submission 23491348-enable-metrics-collector Reason for revert: b/287676652 Reverted changes: /q/submissionid:23491348-enable-metrics-collector Change-Id: I8b34f4d0afb9cbaed46ce9e45cbabf7a7f1b7770
Diffstat (limited to 'services/inputflinger/InputManager.cpp')
-rw-r--r--services/inputflinger/InputManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/inputflinger/InputManager.cpp b/services/inputflinger/InputManager.cpp
index 37b31875f8..1a9f47d934 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(true);
+ sysprop::InputProperties::enable_input_device_usage_metrics().value_or(false);
using gui::FocusRequest;