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

Commit 60af8df0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Suppress noisy log"

parents b8d89f7a 1f998a5d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -5130,7 +5130,9 @@ public class NotificationManagerService extends SystemService {

    protected boolean isBlocked(NotificationRecord r, NotificationUsageStats usageStats) {
        if (isBlocked(r)) {
            if (DBG) {
                Slog.e(TAG, "Suppressing notification from package by user request.");
            }
            usageStats.registerBlocked(r);
            return true;
        }