Merge "Update logging" into rvc-dev am: 94f8f6cb25 am: 07cfdcca55
Change-Id: I3d063a3b5e741e5dc11e748b1de6856401ea06c0
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user