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

Commit 1ccaf797 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

Change-Id: I706b0ed179cad649cbcdbe2dee7c621852bd024e
parents e2e01f77 7fce5159
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) {