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

Commit df92d35d authored by Yuri Lin's avatar Yuri Lin Committed by Android (Google) Code Review
Browse files

Merge "Dump bundle type info in NotificationRecord." into main

parents 4677f132 d96cdda8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -594,6 +594,9 @@ public final class NotificationRecord {
                + " found valid? " + (mShortcutInfo != null));
        pw.println(prefix + "mUserVisOverride=" + getPackageVisibilityOverride());
        pw.println(prefix + "hasSummarization=" + (mSummarization != null));
        if (android.service.notification.Flags.notificationClassification()) {
            pw.println(prefix + "bundleType=" + getBundleType());
        }
    }

    private void dumpNotification(PrintWriter pw, String prefix, Notification notification,