Set page_id when logging ACTION_DREAM_SELECT_TYPE.
To differentiate from the same action logged on other pages. Bug: 243553826 Test: on device via statsd_testdrive Change-Id: If722e8ffa417aac11d92e7519d89bd459ddc5eeb
This commit is contained in:
@@ -132,7 +132,7 @@ public class DreamPickerController extends BasePreferenceController {
|
||||
mActiveDream = mDreamInfo;
|
||||
mBackend.setActiveDream(mDreamInfo.componentName);
|
||||
mMetricsFeatureProvider.action(SettingsEnums.PAGE_UNKNOWN,
|
||||
SettingsEnums.ACTION_DREAM_SELECT_TYPE, SettingsEnums.PAGE_UNKNOWN,
|
||||
SettingsEnums.ACTION_DREAM_SELECT_TYPE, SettingsEnums.DREAM,
|
||||
mDreamInfo.componentName.flattenToString(), 1);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user