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

Commit 866acf0f authored by Matías Hernández's avatar Matías Hernández
Browse files

Log post_duration_millis to statsd

Bug: 275044361
Test: statsd_testdrive
Change-Id: If47e948c3d0f5c1a14374125503322ef2ceb2543
parent 6f0bcaf4
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