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

Commit e40e9c80 authored by Tim Yu's avatar Tim Yu
Browse files

Autofill debug log when we show a dataset.

Test: Autofill Test Suites
Bug: NA - for debug purposes
Change-Id: I90b94384eca1f36851b6b252bf527e917ac69f89
parent 1840eb42
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);
        }
    }