Merge "MetricId: Avoid byte[] and string ambiguity" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-03-10 07:24:52 +00:00
committed by Android (Google) Code Review

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 */);
} }