Check chrome_metrics_service_client.cc for proper metrics-enabled calls. |
|
Issue descriptionChrome Version: HEAD OS: ALL The chrome_metrics_service_client.cc file checks for metrics being enabled using several different mechanisms. Consolidate these to use a single interface, such as metrics_state_manager_->IsMetricsReportingEnabled() which also includes the "sampling" field-trial setting.
,
Jan 23 2018
We also have ClearSavedStabilityMetrics() for a similar case, although not quite the same one: https://cs.chromium.org/chromium/src/chrome/browser/metrics/metrics_reporting_state.cc?rcl=126515aa5522f600413dea854dfc06f4c90f105d&l=110 Would be good to unify that as well.
,
Jan 23 2018
Also see the recently filed bug 804443, about the metrics reporting forcing flag being respected in some places and not others. |
|
►
Sign in to add a comment |
|
Comment 1 by asvitk...@chromium.org
, Jan 23 2018