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

Commit 6b1782fd authored by Tim Yu's avatar Tim Yu
Browse files

Fix Autofill Presentation Events 2

End the log when user selects a different field.

Test: n/a logging only change
Flag: EXEMPT bugfix
Bug: 352149628
Change-Id: I0929a1c2cdd2916f0d8131a910d1bb5ab6a97760
parent 5f033a51
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4664,6 +4664,7 @@ final class Session implements RemoteFillService.FillServiceCallbacks, ViewState
                // event as concluded.
                if (!wasPreviouslyFillDialog
                        && (!isSameViewEntered || maybeNewRequestId.isPresent())) {
                    mPresentationStatsEventLogger.logAndEndEvent("new view entered");
                    startNewEventForPresentationStatsEventLogger();
                    if (maybeNewRequestId.isPresent()) {
                        mPresentationStatsEventLogger.maybeSetRequestId(maybeNewRequestId.get());