Merge "Log FIELD_AUTOFILL_SESSION_ID as string." into pi-dev

This commit is contained in:
TreeHugger Robot
2018-06-06 00:24:40 +00:00
committed by Android (Google) Code Review

View File

@@ -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);
}