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

Commit 7fa1e0b4 authored by Felipe Leme's avatar Felipe Leme Committed by android-build-merger
Browse files

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

am: db7648f3

Change-Id: Iba6484c33a6c272304be097a773b96d0d6f45550
parents cf612f44 db7648f3
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: {