Revert^2 "Enable InputDeviceMetricsCollector"
f401d21b55
Change-Id: I2f700b372eaec0d18d710e15b1bcdbccb0723fff
This commit is contained in:
committed by
Android (Google) Code Review
parent
f401d21b55
commit
b346ae4ff3
@@ -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<int32_t>& 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