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

Commit bb1d7d21 authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Remove log spam

Intercepted entries are in zen log already.

Change-Id: I16d81113b4a8a116c1f64f00913763f6c2cf3cd4
Fixes: 37446463
Test: take a bug report
parent feb7341b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -3607,7 +3607,7 @@ public class NotificationManagerService extends SystemService {
        final boolean aboveThreshold =
        final boolean aboveThreshold =
                record.getImportance() >= NotificationManager.IMPORTANCE_DEFAULT;
                record.getImportance() >= NotificationManager.IMPORTANCE_DEFAULT;
        final boolean canInterrupt = aboveThreshold && !record.isIntercepted();
        final boolean canInterrupt = aboveThreshold && !record.isIntercepted();
        if (DBG || record.isIntercepted())
        if (DBG)
            Slog.v(TAG,
            Slog.v(TAG,
                    "pkg=" + record.sbn.getPackageName() + " canInterrupt=" + canInterrupt +
                    "pkg=" + record.sbn.getPackageName() + " canInterrupt=" + canInterrupt +
                            " intercept=" + record.isIntercepted()
                            " intercept=" + record.isIntercepted()