- Android
Glean.initialize
can now take abuildInfo
parameter to pass in build time version information, and avoid calling out to the Android package manager at runtime. A suitable instance is generated byglean_parser
in${PACKAGE_ROOT}.GleanMetrics.GleanBuildInfo.buildInfo
(#1495). Not passing in abuildInfo
object is still supported, but is deprecated.- The
testGetValue
APIs now include a message on theNullPointerException
thrown when the value is missing. - Breaking change:
LEGACY_TAG_PINGS
is removed fromGleanDebugActivity
(#1510)
- RLB
- Breaking change:
Configuration.data_path
is now astd::path::PathBuf
(#1493).
- Breaking change: