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

Commit 34523cd6 authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Remove unneeded log

Test: take bugreport
Fixes: 135867294
Change-Id: I59bc8feaa89af7c8fbac2b1edbeb401c40d5dfcb
parent 4377d563
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) {