New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 877640 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

Change the reading of VPD values to go through vpd_get_value

Project Member Reported by wzang@chromium.org, Aug 24

Issue description

Currently we read VPD values (e.g. should_send_rlz_ping) through Statisticsprovider. This design was intentional because:

1) Statisticsprovider was (at least partly) designed to read VPD values.

2) We generally try to add new d-bus calls unless absolutely necessary because it has its own complexity and cost.

But we should rethink about this, given that we've seen regressions such as issue 874286. We could add a new d-bus call to read VPD values at this point.

Targeted at M71, but will prioritize the market segmentation work over this.
 
Triage nag: This Chrome OS bug has an owner but no component. Please add a component so that this can be tracked by the relevant team.
<UI triage> Bug owners, please add the appropriate component to your bug. Thanks!
Components: Internals>Metrics>RLZ

Sign in to add a comment