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

Commit 49467eeb authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Update logging

Priority isn't used; shortcut is

Test: manual
Bug: 149651274
Change-Id: If6577c5588afe5e48787ae7e6bc528442fdb3423
parent 8862ee38
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3071,8 +3071,8 @@ public class Notification implements Parcelable
        StringBuilder sb = new StringBuilder();
        sb.append("Notification(channel=");
        sb.append(getChannelId());
        sb.append(" pri=");
        sb.append(priority);
        sb.append(" shortcut=");
        sb.append(getShortcutId());
        sb.append(" contentView=");
        if (contentView != null) {
            sb.append(contentView.getPackage());