Merge "Log AutofillClient on CompatibilityBridge.onAccessibilityEvent()." into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
db7648f374
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user