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

Commit bd063b3f authored by Tim Yu's avatar Tim Yu Committed by Android (Google) Code Review
Browse files

Merge "Autofill debug log when we show a dataset." into main

parents 7b916acb e40e9c80
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2404,6 +2404,7 @@ final class Session implements RemoteFillService.FillServiceCallbacks, ViewState
                mLoggedInlineDatasetShown = true;
            }
            mService.logDatasetShown(this.id, mClientState, uiType);
            Slog.d(TAG, "onShown(): " + uiType);
        }
    }