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

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

Merge "Remove unneeded log"

parents 5bdc63ee 34523cd6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -618,11 +618,11 @@ public final class NotificationRecord {
    public final String toString() {
        return String.format(
                "NotificationRecord(0x%08x: pkg=%s user=%s id=%d tag=%s importance=%d key=%s" +
                        "appImportanceLocked=%s: %s)",
                        ": %s)",
                System.identityHashCode(this),
                this.sbn.getPackageName(), this.sbn.getUser(), this.sbn.getId(),
                this.sbn.getTag(), this.mImportance, this.sbn.getKey(),
                mIsAppImportanceLocked, this.sbn.getNotification());
                this.sbn.getNotification());
    }

    public boolean hasAdjustment(String key) {