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

Commit cda9b59b authored by Julia Reynolds's avatar Julia Reynolds Committed by Android (Google) Code Review
Browse files

Merge "Log lockscreen visibility settings" into udc-dev

parents cdf40883 8c81f9ae
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -545,6 +545,7 @@ public final class NotificationRecord {
        pw.println(prefix + "mAdjustments=" + mAdjustments);
        pw.println(prefix + "shortcut=" + notification.getShortcutId()
                + " found valid? " + (mShortcutInfo != null));
        pw.println(prefix + "mUserVisOverride=" + getPackageVisibilityOverride());
    }

    private void dumpNotification(PrintWriter pw, String prefix, Notification notification,
@@ -574,6 +575,7 @@ public final class NotificationRecord {
        } else {
            pw.println("null");
        }
        pw.println(prefix + "vis=" + notification.visibility);
        pw.println(prefix + "contentView=" + formatRemoteViews(notification.contentView));
        pw.println(prefix + "bigContentView=" + formatRemoteViews(notification.bigContentView));
        pw.println(prefix + "headsUpContentView="