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

Commit 808b11fb authored by Haoran Zhang's avatar Haoran Zhang
Browse files

[Autofill Framework] Fix the order of logging

Bug:b/353385288
Test: atest CtsAutoFillServiceTestCases
Flag: EXEMPT bugfix

Change-Id: Iee732117a3a6b2981203bbf12dd9ff7ee88f4943
parent 2c89cdac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -854,7 +854,6 @@ public final class PresentationStatsEventLogger {
                mCallingAppUid,
                event.mIsCredentialRequest,
                event.mWebviewRequestedCredential,
                event.mFilteredFillabaleViewCount,
                event.mViewFillableTotalCount,
                event.mViewFillFailureCount,
                event.mFocusedId,
@@ -868,6 +867,7 @@ public final class PresentationStatsEventLogger {
                event.mFocusedVirtualAutofillId,
                event.mFieldFirstLength,
                event.mFieldLastLength,
                event.mFilteredFillabaleViewCount,
                event.mViewFailedPriorToRefillCount,
                event.mViewFilledSuccessfullyOnRefillCount,
                event.mViewFailedOnRefillCount,