Merge "MetricId: Avoid byte[] and string ambiguity" am: 291ff22d7b
Change-Id: I749ba8ae504f37a7a3e9f2c7aa09ebcca8245964
This commit is contained in:
@@ -31,7 +31,7 @@ public class StatsLogWriter implements LogWriter {
|
|||||||
attribution,
|
attribution,
|
||||||
SettingsEnums.PAGE_VISIBLE /* action */,
|
SettingsEnums.PAGE_VISIBLE /* action */,
|
||||||
pageId,
|
pageId,
|
||||||
null /* changedPreferenceKey */,
|
"" /* changedPreferenceKey */,
|
||||||
0 /* changedPreferenceIntValue */);
|
0 /* changedPreferenceIntValue */);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -41,7 +41,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 */,
|
||||||
0 /* changedPreferenceIntValue */);
|
0 /* changedPreferenceIntValue */);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user