Merge "Switch count logging to action."
This commit is contained in:
committed by
Android (Google) Code Review
commit
f227871691
@@ -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 */,
|
||||
|
Reference in New Issue
Block a user