Merge "Switch count logging to action."

This commit is contained in:
TreeHugger Robot
2018-11-12 07:45:13 +00:00
committed by Android (Google) Code Review
2 changed files with 14 additions and 8 deletions

View File

@@ -82,11 +82,6 @@ public class StatsLogWriter implements LogWriter {
1 /* changedPreferenceIntValue */);
}
@Override
public void count(Context context, String name, int value) {
// No-op
}
@Override
public void action(int attribution, int action, int pageId, String key, int value) {
StatsLog.write(StatsLog.SETTINGS_UI_CHANGED /* atomName */,