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

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

am eae9d6da: am 3dad6c66: am 45a0bb18: Merge "add ticker to enqueue message...

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

* commit 'eae9d6da':
  add ticker to enqueue message for easier debugging
parents 04159d0b eae9d6da
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");