Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae0a492d authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Revert^2 "Enable InputDeviceMetricsCollector"" into udc-qpr-dev am:...

Merge "Revert^2 "Enable InputDeviceMetricsCollector"" into udc-qpr-dev am: 7af31cb0 am: 61c207dd

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/23846723



Change-Id: I5d7b626c64c9f81f078a35df4df7c1ac14fb3247
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 865ed87f 61c207dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -31,7 +31,7 @@ using std::chrono_literals::operator""ns;


namespace {
namespace {


constexpr nanoseconds DEFAULT_USAGE_SESSION_TIMEOUT = std::chrono::seconds(5);
constexpr nanoseconds DEFAULT_USAGE_SESSION_TIMEOUT = std::chrono::minutes(2);


/**
/**
 * Log debug messages about metrics events logged to statsd.
 * Log debug messages about metrics events logged to statsd.
+1 −1
Original line number Original line Diff line number Diff line
@@ -34,7 +34,7 @@
namespace android {
namespace android {


static const bool ENABLE_INPUT_DEVICE_USAGE_METRICS =
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;
using gui::FocusRequest;