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

Commit dc430954 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 9ab1da20 d7b97208
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);