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:
Xiaowen Lei
2022-08-25 23:48:36 +00:00
parent 12377854b1
commit 3d41a009c8

View File

@@ -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);
}