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

Commit 157e5465 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

Change-Id: Ib38e47fe9e839d6ad85b48adffd2eaf4f9b86f2a
parents 1c91f30d 3a1b93d1
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) {