- RLB
- Android
- BUGFIX:
TimespanMetricType.measure
andTimingDistributionMetricType.measure
won't get inlined anymore (#1560).
This avoids a potential bug where areturn
used inside the closure would end up not measuring the time.
Usereturn@measure <val>
for early returns.
- BUGFIX:
- Python
- The Glean Python bindings now use rkv's safe mode backend. This should avoid intermittent segfaults in the LMDB backend.