Merge "Tag toString fields for easier bugreport parsing" into sc-dev
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