Merge "Tag toString fields for easier bugreport parsing" into sc-dev am: 0813101890
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15144257 Change-Id: If41adec35f3b3d585e9b7208fdc2c16b0e564686
This commit is contained in:
@@ -268,9 +268,9 @@ public abstract class BaseClientMonitor extends LoggableMonitor
|
||||
public String toString() {
|
||||
return "{[" + mSequentialId + "] "
|
||||
+ this.getClass().getSimpleName()
|
||||
+ ", " + getProtoEnum()
|
||||
+ ", " + getOwnerString()
|
||||
+ ", " + getCookie()
|
||||
+ ", " + getTargetUserId() + "}";
|
||||
+ ", proto=" + getProtoEnum()
|
||||
+ ", owner=" + getOwnerString()
|
||||
+ ", cookie=" + getCookie()
|
||||
+ ", userId=" + getTargetUserId() + "}";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user