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

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

Merge "[Autofill Framework] Add a debug log to help with triaging." into main

parents f68c80b4 aaa7cce5
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -4351,6 +4351,13 @@ public final class AutofillManager {
                        addToSet(mInvisibleDialogTrackedIds, id);
                    }
                }
            } else {
                if (sDebug) {
                    // isClientVisibleForAutofillLocked() is checking whether
                    // activity has stopped under the hood
                    Log.d(TAG, "notifyViewVisibilityChangedLocked(): ignoring "
                            + "view visibility change since activity has stopped");
                }
            }

            if (mIsTrackedSaveView && mVisibleTrackedIds.isEmpty()) {