Merge "Fixed mClientState dump." into pi-dev

This commit is contained in:
TreeHugger Robot
2018-03-29 21:58:17 +00:00
committed by Android (Google) Code Review

View File

@@ -2503,8 +2503,8 @@ final class Session implements RemoteFillService.FillServiceCallbacks, ViewState
pw.print(prefix); pw.print("mHasCallback: "); pw.println(mHasCallback);
if (mClientState != null) {
pw.print(prefix); pw.println("mClientState: "); pw.print(mClientState.getSize()); pw
.println(" items");
pw.print(prefix); pw.print("mClientState: "); pw.print(mClientState.getSize()); pw
.println(" bytes");
}
pw.print(prefix); pw.print("mCompatMode: "); pw.println(mCompatMode);
pw.print(prefix); pw.print("mUrlBar: ");