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

Commit 8f0c403d authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Add more info to log statement

Test: manual
Fixes: 158306579
Change-Id: Idc983746b49574470132b917dae57423fa83563c
parent 3663b34d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -6103,7 +6103,8 @@ 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.");
                Slog.e(TAG, "Suppressing notification from package " + r.getSbn().getPackageName()
                        + " by user request.");
            }
            usageStats.registerBlocked(r);
            return true;