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

Commit 55abbfa0 authored by Christoph Studer's avatar Christoph Studer Committed by Android (Google) Code Review
Browse files

Merge "NoMan: Log canceled notifications" into lmp-mr1-dev

parents 3682ced7 81e5b5f2
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);
    }

    /**