You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iceraven-browser/app/src/main/java/org/mozilla/fenix/components/metrics
Michael Comella f19c9920f9 For #13959: move resetAfter into StrictModeManager.
In a followup PR, we need to add state to strictModeManager (the
number of suppressions). This is much simpler to do when this is defined
as a class rather than an object. However, when this is defined as a
class, `resetAfter` needs access to the strictModeManager. Instead of
passing it in as an argument, it made sense to move this function onto
the strictModeManager instead.

Since folks are used to calling:
```
StrictMode.ThreadPolicy.allowThreadDiskReads().resetAfter
```

We're going to have to add a lint check to prevent them from doing that.
4 years ago
..
ActivationPing.kt For #10426: Adds identifier to Glean for 24 hours (#10446) 4 years ago
AdjustMetricsService.kt Bug 1652979 - Stop producing fennecNightly, fenixNightly and fenixBeta (#12225) 4 years ago
AppStartupTelemetry.kt for #12573, added startup type and hasSavedInstance keys to app_startup_type telemetry (#13494) 4 years ago
BreadcrumbsRecorder.kt No issue - Updates AC to 58.0.20200910190642 and fixes imports 4 years ago
Event.kt Update breaking changes in the FxA/Sync integration 4 years ago
FirstSessionPing.kt For #11392: Rename Installation ping to FirstSession (#11869) 4 years ago
GleanMetricsService.kt Update breaking changes in the FxA/Sync integration 4 years ago
LeanplumMetricsService.kt For #13959: move resetAfter into StrictModeManager. 4 years ago
MetricController.kt For #11656 - Adds addon user attributes to leanplum 4 years ago
MetricsService.kt Moved MetricsService to its own file 4 years ago
MetricsUtils.kt For #10426: Adds identifier to Glean for 24 hours (#10446) 4 years ago
MozillaProductDetector.kt For #9208: Adds in-product prompt to homescreen (#9836) 4 years ago