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

Commit 29c1d94b authored by Felipe Leme's avatar Felipe Leme Committed by android-build-merger
Browse files

Merge "Log FIELD_AUTOFILL_SESSION_ID as string." into pi-dev am: efa585d9

am: efc5e5a9

Change-Id: I0770d7c5e091051391529a51a8ef41cb9209d5a4
parents 5ec2bc88 efc5e5a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -114,7 +114,7 @@ public final class Helper {
            int sessionId, boolean compatMode) {
        final LogMaker log = new LogMaker(category)
                .addTaggedData(MetricsEvent.FIELD_AUTOFILL_SERVICE, servicePackageName)
                .addTaggedData(MetricsEvent.FIELD_AUTOFILL_SESSION_ID, sessionId);
                .addTaggedData(MetricsEvent.FIELD_AUTOFILL_SESSION_ID, Integer.toString(sessionId));
        if (compatMode) {
            log.addTaggedData(MetricsEvent.FIELD_AUTOFILL_COMPAT_MODE, 1);
        }