You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Glean.initialize can now take a buildInfo parameter to pass in build time version information, and avoid calling out to the Android package manager at runtime. A suitable instance is generated by glean_parser in ${PACKAGE_ROOT}.GleanMetrics.GleanBuildInfo.buildInfo (#1495). Not passing in a buildInfo object is still supported, but is deprecated.
The testGetValue APIs now include a message on the NullPointerException thrown when the value is missing.
Breaking change:LEGACY_TAG_PINGS is removed from GleanDebugActivity (#1510)
RLB
Breaking change:Configuration.data_path is now a std::path::PathBuf(#1493).