Log post_duration_millis to statsd

Bug: 275044361
Test: statsd_testdrive
Change-Id: If47e948c3d0f5c1a14374125503322ef2ceb2543
This commit is contained in:
Matías Hernández
2023-05-10 16:56:47 +02:00
parent 6f0bcaf443
commit 866acf0ff6

View File

@@ -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