Switch count logging to action.
Bug: 117860032 Test: robotest Change-Id: I6882759b2f00ae43b42cb5e49c6dc50df90f7d63
This commit is contained in:
@@ -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