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

Commit cf36ef51 authored by Haoran Zhang's avatar Haoran Zhang Committed by Android (Google) Code Review
Browse files

Merge "[Autofill Framework] Add a debug log to print out the flag value of...

Merge "[Autofill Framework] Add a debug log to print out the flag value of IsFillFieldFromCurrentSessionOnly to help with debugging" into main
parents f7631706 45b26507
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -718,7 +718,9 @@ public final class AutofillManagerService
                        + ", mPccUseFallbackDetection=" + mPccUseFallbackDetection
                        + ", mPccProviderHints=" + mPccProviderHints
                        + ", mAutofillCredmanIntegrationEnabled="
                        + mAutofillCredmanIntegrationEnabled);
                        + mAutofillCredmanIntegrationEnabled
                        + ", mIsFillFieldsFromCurrentSessionOnly="
                        + mIsFillFieldsFromCurrentSessionOnly);
            }
        }
    }