add ticker to enqueue message for easier debugging

Bug: 22462619
Change-Id: Iadb28d251b55c1a1f241c0d0a4fb8e117b8030c0
This commit is contained in:
Chris Wren
2015-07-16 10:39:26 -04:00
parent a36c5580c5
commit 365b6d3d01

View File

@@ -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");