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

Commit 45a0bb18 authored by Chris Wren's avatar Chris Wren Committed by Android (Google) Code Review
Browse files

Merge "add ticker to enqueue message for easier debugging" into mnc-dev

parents a7bdace2 365b6d3d
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");