Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f351a397 authored by Felipe Leme's avatar Felipe Leme Committed by android-build-merger
Browse files

Merge "Fixed mClientState dump." into pi-dev am: 8b08d548

am: c457ddc5

Change-Id: Ia4daace16cbd62c01aa4e6287ad4e55297e7f2a0
parents 12aef852 c457ddc5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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: ");