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

Commit 3417b5ea authored by Matías Hernández's avatar Matías Hernández Committed by Automerger Merge Worker
Browse files

Merge "Log post_duration_millis to statsd" into udc-dev am: 39d50e4d am:...

Merge "Log post_duration_millis to statsd" into udc-dev am: 39d50e4d am: 1d197e72 am: 516d5634

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



Change-Id: I876a63a5c0391b1cf6a16de3a075eab52d1d347a
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents a2e5ff4a 516d5634
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -74,7 +74,8 @@ class NotificationRecordLoggerImpl implements NotificationRecordLogger {
                notificationReported.is_ongoing,
                notificationReported.is_foreground_service,
                notificationReported.timeout_millis,
                notificationReported.is_non_dismissible);
                notificationReported.is_non_dismissible,
                notificationReported.post_duration_millis);
    }

    @Override