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

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

Merge "Log AutofillClient on CompatibilityBridge.onAccessibilityEvent()." into pi-dev

parents e4d35b6d 34384212
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -2303,8 +2303,9 @@ public final class AutofillManager {
            if (sVerbose) {
                // NOTE: this is waaay spammy, but that's life.
                Log.v(TAG, "onAccessibilityEvent(" + AccessibilityEvent.eventTypeToString(type)
                        + "): "
                        + AccessibilityNodeInfo.getVirtualDescendantId(event.getSourceNodeId()));
                        + "): virtualId="
                        + AccessibilityNodeInfo.getVirtualDescendantId(event.getSourceNodeId())
                        + ", client=" + getClient());
            }
            switch (type) {
                case AccessibilityEvent.TYPE_VIEW_FOCUSED: {