Merge "MetricId: Avoid byte[] and string ambiguity"

This commit is contained in:
Chen Chen
2020-03-11 17:26:37 +00:00
committed by Gerrit Code Review

View File

@@ -31,7 +31,7 @@ public class StatsLogWriter implements LogWriter {
attribution,
SettingsEnums.PAGE_VISIBLE /* action */,
pageId,
null /* changedPreferenceKey */,
"" /* changedPreferenceKey */,
0 /* changedPreferenceIntValue */);
}
@@ -41,7 +41,7 @@ public class StatsLogWriter implements LogWriter {
SettingsEnums.PAGE_UNKNOWN /* attribution */,
SettingsEnums.PAGE_HIDE /* action */,
pageId,
null /* changedPreferenceKey */,
"" /* changedPreferenceKey */,
0 /* changedPreferenceIntValue */);
}