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

Commit 365b6d3d authored by Chris Wren's avatar Chris Wren
Browse files

add ticker to enqueue message for easier debugging

Bug: 22462619
Change-Id: Iadb28d251b55c1a1f241c0d0a4fb8e117b8030c0
parent a36c5580
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1819,6 +1819,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");