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

Commit 4d201c76 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: I6ee5a2e6e277819cc7d2166f4ab52757441cbd37
parents e6fde145 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);
        }