Tag toString fields for easier bugreport parsing
Bug: 191989346 Test: Builds Change-Id: Ie2349ea26a3848face3e3f8b97aaf584cd30a0ba
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