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

Commit fcf72be6 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

parents 28a77fef 39d50e4d
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