Merge "Transition: dump mFlags as hex string" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c7e158a6b2
@@ -1609,7 +1609,7 @@ class Transition implements BLASTSyncEngine.TransactionReadyListener {
|
||||
sb.append(Integer.toHexString(System.identityHashCode(this)));
|
||||
sb.append(" id=" + mSyncId);
|
||||
sb.append(" type=" + transitTypeToString(mType));
|
||||
sb.append(" flags=" + mFlags);
|
||||
sb.append(" flags=0x" + Integer.toHexString(mFlags));
|
||||
sb.append('}');
|
||||
return sb.toString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user