Merge "Update logging" into rvc-dev am: 94f8f6cb25

Change-Id: I9dbfb60b24497dc6528fc8fb3f15dff1af75ad33
This commit is contained in:
TreeHugger Robot
2020-04-28 17:51:18 +00:00
committed by Automerger Merge Worker

View File

@@ -3071,8 +3071,8 @@ public class Notification implements Parcelable
StringBuilder sb = new StringBuilder();
sb.append("Notification(channel=");
sb.append(getChannelId());
sb.append(" pri=");
sb.append(priority);
sb.append(" shortcut=");
sb.append(getShortcutId());
sb.append(" contentView=");
if (contentView != null) {
sb.append(contentView.getPackage());