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

Commit 4682b509 authored by Dan Sandler's avatar Dan Sandler
Browse files

Remove unnecessary dumpsys output.

Change-Id: I5ec0b6b44fca58e9f5f61444acbff7a15550b135
Fixes: 62828801
Test: adb shell dumpsys activity service SystemUI | grep -c tickerText
      (should be zero)
parent 9f3967fe
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -568,8 +568,6 @@ public class NotificationData {
                mTmpRanking.getImportance());
        pw.print(indent);
        pw.println("      notification=" + n.getNotification());
        pw.print(indent);
        pw.println("      tickerText=\"" + n.getNotification().tickerText + "\"");
    }

    private static boolean isSystemNotification(StatusBarNotification sbn) {