[Battery Usage U] Add logging for selecting by the dropdown in battery usage page
Bug: 267270271 Fix: 267270271 Test: presubmit Change-Id: I5c74afb48188b8bab2d4d1d087bc62db3baa4963
This commit is contained in:
@@ -163,6 +163,10 @@ public class BatteryUsageBreakdownController extends BasePreferenceController
|
|||||||
mHandler.post(() -> {
|
mHandler.post(() -> {
|
||||||
removeAndCacheAllPreferences();
|
removeAndCacheAllPreferences();
|
||||||
addAllPreferences();
|
addAllPreferences();
|
||||||
|
mMetricsFeatureProvider.action(
|
||||||
|
mPrefContext,
|
||||||
|
SettingsEnums.ACTION_BATTERY_USAGE_SPINNER,
|
||||||
|
mSpinnerPosition);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user