Notification metrics: Implement common logic to cache metrics before native library loaded. |
|
Issue descriptionChrome 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 |
|