MetricsMediator -setAppGroupMetricsEnabled: is never called |
|||
Issue descriptionThis method enables collecting logs from application extensions and sending them to UMA. As it is never called, the logs from application extensions are never processed. This method should either be called when UMA log reporting is enabled on the main application or all the code to transfer logs from application extensions to the main application should be removed (i.e. chrome/common/app_group/app_group_metrics_mainapp.* and ios/chrome/common/app_group/app_group_metrics_client.*). Leaving as untriaged as I think owner is olivierrobin who is still OOO.
,
Jun 28 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/ec1c83b78b23f716c09f731c8b395b4ead5d1a81 commit ec1c83b78b23f716c09f731c8b395b4ead5d1a81 Author: Sylvain Defresne <sdefresne@chromium.org> Date: Wed Jun 28 13:48:37 2017 Enable logging app extensions metrics. Call MetricsMediator -setAppGroupMetricsEnabled: when the metrics state changes. This ensure that the metrics from the application extensions are uploaded if metrics reporting is enabled by user. Bug: 736738 Change-Id: I4437cff6641d543b44d8a48b4667ddb8afdbcec4 Reviewed-on: https://chromium-review.googlesource.com/550038 Reviewed-by: Mark Cogan <marq@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#482969} [modify] https://crrev.com/ec1c83b78b23f716c09f731c8b395b4ead5d1a81/ios/chrome/app/application_delegate/metrics_mediator.mm
,
Jun 28 2017
,
Jun 28 2017
|
|||
►
Sign in to add a comment |
|||
Comment 1 by sdefresne@chromium.org
, Jun 26 2017