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

Commit d96cdda8 authored by Yuri Lin's avatar Yuri Lin
Browse files

Dump bundle type info in NotificationRecord.

Flag: EXEMPT dumpsys only fix
Test: manual
Bug: 380290891
Change-Id: Iec6600e3e4c851f08ec711c15b836334ac098e65
parent e3a475ae
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,