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

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

Merge "Log when autofill is disabled in a view."

parents 500420ce b9467a11
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -8523,6 +8523,11 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
        }
        if (importance == IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS
                || importance == IMPORTANT_FOR_AUTOFILL_NO) {
            if (Log.isLoggable(AUTOFILL_LOG_TAG, Log.VERBOSE)) {
                Log.v(AUTOFILL_LOG_TAG, "View (autofillId=" +  getAutofillViewId() + ", "
                        + getClass() + ") is not important for autofill because its "
                        + "importance is " + importance);
            }
            return false;
        }