Merge "Revert^2 "Enable InputDeviceMetricsCollector"" into udc-qpr-dev am: 68084da50e
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23846725 Change-Id: I4d64d9650e5f53826d12bed6e16f24f44d1b4387 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -971,7 +971,7 @@ void NativeInputManager::notifyDropWindow(const sp<IBinder>& token, float x, flo
|
||||
void NativeInputManager::notifyDeviceInteraction(int32_t deviceId, nsecs_t timestamp,
|
||||
const std::set<gui::Uid>& uids) {
|
||||
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);
|
||||
if (!ENABLE_INPUT_DEVICE_USAGE_METRICS) return;
|
||||
|
||||
mInputManager->getMetricsCollector().notifyDeviceInteraction(deviceId, timestamp, uids);
|
||||
|
||||
Reference in New Issue
Block a user