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

Commit fadfa1aa authored by Alexander Roederer's avatar Alexander Roederer Committed by Android (Google) Code Review
Browse files

Merge "Add notification cancel prevented EventLogTag" into main

parents 6590abee 5adfe37b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -94,6 +94,8 @@ option java_package com.android.server
275534 notification_unautogrouped (key|3)
# when a notification is adjusted via assistant
27535 notification_adjusted (key|3),(adjustment_type|3),(new_value|3)
# when a notification cancellation is prevented by the system
27536 notification_cancel_prevented (key|3)

# ---------------------------
# Watchdog.java
+2 −0
Original line number Diff line number Diff line
@@ -11777,6 +11777,8 @@ public class NotificationManagerService extends SystemService {
            mHandler.post(new EnqueueNotificationRunnable(record.getUser().getIdentifier(),
                    record, isAppForeground, /* isAppProvided= */ false, tracker));
            EventLogTags.writeNotificationCancelPrevented(record.getKey());
        }
    }