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

Commit d7b97208 authored by Felipe Leme's avatar Felipe Leme
Browse files

Removed redundant autofill response info from ViewState dump()

Test: adb shell dumpsys autofill
Bug: 76149637

Change-Id: Id6b9ef7b50848a407a64dc62ce5cccafb8de8945
parent 160261a5
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);