New issue
Advanced search Search tips

Issue 898266 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner:
Cc:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 1
Type: Bug



Sign in to add a comment

Notification metrics: Implement common logic to cache metrics before native library loaded.

Project Member Reported by xingliu@chromium.org, Oct 23

Issue description

Chrome Version: 72.*
OS: Android

If we records metrics before native library loaded, the metrics will be lost, since the metrics system is in native. 

For features like notification or anything use JobScheduler to start Chrome, this may happen, we need to build a system similar to BackgroundTaskSchedulerUma to cache the metrics effectively and flush to native when native library is loaded.
 

Sign in to add a comment