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

Commit 1f998a5d authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Suppress noisy log

Test: none
Fixes: 134622163
Change-Id: I2fd868b54033eed9e70c6c8591e5ce13dcb6ba9d
parent c519ebc2
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;
        }