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

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

Merge "Removed redundant autofill response info from ViewState dump()" into pi-dev

am: dc430954

Change-Id: Ia781373c09d1b07b3a475685d88a326bd840ab62
parents 1a6c9e60 dc430954
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -237,12 +237,7 @@ final class ViewState {
        }
        pw.print(prefix); pw.print("state:" ); pw.println(getStateAsString());
        if (mResponse != null) {
            pw.print(prefix); pw.print("response:");
            if (sVerbose) {
                pw.println(mResponse);
            } else {
                pw.print("id=");pw.println(mResponse.getRequestId());
            }
            pw.print(prefix); pw.print("response id:");pw.println(mResponse.getRequestId());
        }
        if (mCurrentValue != null) {
            pw.print(prefix); pw.print("currentValue:" ); pw.println(mCurrentValue);