Log post_duration_millis to statsd
Bug: 275044361 Test: statsd_testdrive Change-Id: If47e948c3d0f5c1a14374125503322ef2ceb2543
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user