Merge "add ticker to enqueue message for easier debugging" into mnc-dev
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user