New issue
Advanced search Search tips

Issue 902306 link

Starred by 1 user

Issue metadata

Status: Started
Owner:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug



Sign in to add a comment

Make metrics nicer to use before native is loaded.

Project Member Reported by peconn@chromium.org, Nov 6

Issue description

There is Cached Metrics, but:
- That requires creating an object even when native is loaded.
- It pulls in LibraryLoader which makes some people unhappy to include it [1].

See if we can create something to tackle these problems and consider moving over some existing usages to that.

[1] https://chromium-review.googlesource.com/c/chromium/src/+/1292562/4/net/android/java/src/org/chromium/net/X509Util.java#252
 
Another use-case is to allow metrics to be cached to Android Preferences and then committed at the next startup.

Sign in to add a comment