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

Commit a3a53c6b authored by Chris Wren's avatar Chris Wren Committed by Android Git Automerger
Browse files

am 447009e3: am eae9d6da: am 3dad6c66: am 45a0bb18: Merge "add ticker to...

am 447009e3: am eae9d6da: am 3dad6c66: am 45a0bb18: Merge "add ticker to enqueue message for easier debugging" into mnc-dev

* commit '447009e3':
  add ticker to enqueue message for easier debugging
parents 05cf335f 447009e3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1862,6 +1862,9 @@ public class Notification implements Parcelable
        } else {
            sb.append("null");
        }
        if (this.tickerText != null) {
            sb.append(" tick");
        }
        sb.append(" defaults=0x");
        sb.append(Integer.toHexString(this.defaults));
        sb.append(" flags=0x");