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

Commit efc5e5a9 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

Change-Id: Iab4f5cc70bd11241b83572c243c7a66c50fd04a7
parents ea796ab0 efa585d9
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);
        }