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

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

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

* commit '45a0bb18':
  add ticker to enqueue message for easier debugging
parents 8c54a8e8 45a0bb18
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");