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

Commit fd72536e 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: I0c8f0d4485dcf8f76db68016c9880adf5f5c921c
parents 105b6e99 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) {