Merge "Log post_duration_millis to statsd" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
39d50e4d37
@@ -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