Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c4f03e9f authored by Christoph Studer's avatar Christoph Studer Committed by Android Git Automerger
Browse files

am 8b417054: am 55abbfa0: Merge "NoMan: Log canceled notifications" into lmp-mr1-dev

* commit '8b417054':
  NoMan: Log canceled notifications
parents c89c7be4 8b417054
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
+2 −0
Original line number Diff line number Diff line
@@ -2372,6 +2372,8 @@ public class NotificationManagerService extends SystemService {

        // Save it for users of getHistoricalNotifications()
        mArchive.record(r.sbn);

        EventLogTags.writeNotificationCanceled(r.getKey(), reason);
    }

    /**