Merge "Log post_duration_millis to statsd" into udc-dev

This commit is contained in:
Matías Hernández
2023-05-18 17:31:33 +00:00
committed by Android (Google) Code Review

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