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

Commit fe5cd3c3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update logging" into rvc-dev am: 94f8f6cb am: 07cfdcca am: 8d280f94

Change-Id: Icf4d63b76a2145a39186f1ee7d596c68c8749c1a
parents 8cf4d655 8d280f94
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());