Merge "MetricId: Avoid byte[] and string ambiguity" into rvc-dev am: b65866968e am: 84098ef1fc

Change-Id: I86dba93e2ddb81fd3c1fe458a1fe1091dca3969c
This commit is contained in:
Automerger Merge Worker
2020-03-10 08:03:59 +00:00

View File

@@ -30,7 +30,7 @@ public class StatsLogWriter implements LogWriter {
attribution, /* from pageId */ attribution, /* from pageId */
SettingsEnums.PAGE_VISIBLE /* action */, SettingsEnums.PAGE_VISIBLE /* action */,
pageId, /* target pageId */ pageId, /* target pageId */
null /* changedPreferenceKey */, "" /* changedPreferenceKey */,
latency /* changedPreferenceIntValue */); latency /* changedPreferenceIntValue */);
} }
@@ -40,7 +40,7 @@ public class StatsLogWriter implements LogWriter {
SettingsEnums.PAGE_UNKNOWN /* attribution */, SettingsEnums.PAGE_UNKNOWN /* attribution */,
SettingsEnums.PAGE_HIDE /* action */, SettingsEnums.PAGE_HIDE /* action */,
pageId, pageId,
null /* changedPreferenceKey */, "" /* changedPreferenceKey */,
visibleTime /* changedPreferenceIntValue */); visibleTime /* changedPreferenceIntValue */);
} }