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

Commit aca790ee 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

am: d0155524

Change-Id: Iab81c4e411812263c4573d9927f23dfbe2e9d6ed
parents 5f282d4a d0155524
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);