Loading services/core/java/com/android/server/EventLogTags.logtags +2 −0 Original line number Diff line number Diff line Loading @@ -71,6 +71,8 @@ option java_package com.android.server 27520 notification_clicked (key|3) # when a notification action button has been clicked 27521 notification_action_clicked (key|3),(action_index|1) # when a notification has been canceled 27530 notification_canceled (key|3),(reason|1) # --------------------------- # Watchdog.java Loading services/core/java/com/android/server/notification/NotificationManagerService.java +2 −0 Original line number Diff line number Diff line Loading @@ -2372,6 +2372,8 @@ public class NotificationManagerService extends SystemService { // Save it for users of getHistoricalNotifications() mArchive.record(r.sbn); EventLogTags.writeNotificationCanceled(r.getKey(), reason); } /** Loading Loading
services/core/java/com/android/server/EventLogTags.logtags +2 −0 Original line number Diff line number Diff line Loading @@ -71,6 +71,8 @@ option java_package com.android.server 27520 notification_clicked (key|3) # when a notification action button has been clicked 27521 notification_action_clicked (key|3),(action_index|1) # when a notification has been canceled 27530 notification_canceled (key|3),(reason|1) # --------------------------- # Watchdog.java Loading
services/core/java/com/android/server/notification/NotificationManagerService.java +2 −0 Original line number Diff line number Diff line Loading @@ -2372,6 +2372,8 @@ public class NotificationManagerService extends SystemService { // Save it for users of getHistoricalNotifications() mArchive.record(r.sbn); EventLogTags.writeNotificationCanceled(r.getKey(), reason); } /** Loading