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

Commit f9cb0c0f authored by Daniel Sandler's avatar Daniel Sandler Committed by android-build-merger
Browse files

Merge "Remove unnecessary dumpsys output." into oc-dev am: 7fce5159 am: 3a1b93d1

am: 157e5465

Change-Id: Ibf20001432d10524f00e0898fc3ec9a1ca3dc0c8
parents a4e353a1 157e5465
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) {