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

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

Merge "[Autofill Framework] Fix presentation event logging sequence." into main

parents ce8e50cf b5aacc7d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -846,7 +846,6 @@ public final class PresentationStatsEventLogger {
                mCallingAppUid,
                event.mIsCredentialRequest,
                event.mWebviewRequestedCredential,
                event.mFilteredFillabaleViewCount,
                event.mViewFillableTotalCount,
                event.mViewFillFailureCount,
                event.mFocusedId,
@@ -859,7 +858,8 @@ public final class PresentationStatsEventLogger {
                event.mSuggestionPresentedLastTimestampMs,
                event.mFocusedVirtualAutofillId,
                event.mFieldFirstLength,
                event.mFieldLastLength);
                event.mFieldLastLength,
                event.mFilteredFillabaleViewCount);
        mEventInternal = Optional.empty();
    }