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

Commit 39d50e4d authored by Matías Hernández's avatar Matías Hernández Committed by Android (Google) Code Review
Browse files

Merge "Log post_duration_millis to statsd" into udc-dev

parents 5d67812f 866acf0f
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