Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fenix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This project is archived. Its data is
read-only
.
Show more breadcrumbs
The Tor Project
Applications
fenix
Commits
15d3a315
Verified
Commit
15d3a315
authored
Aug 3, 2021
by
Matthew Finkel
Committed by
aguestuser
Feb 4, 2022
Browse files
Options
Downloads
Patches
Plain Diff
Bug 40185: Use NimbusDisabled
parent
93a3d6ac
Branches
Branches containing commit
No related tags found
1 merge request
!143
Resolve Bug 40205: Rebase Fenix patches to 96.3.0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/src/main/java/org/mozilla/fenix/components/Analytics.kt
+6
-1
6 additions, 1 deletion
app/src/main/java/org/mozilla/fenix/components/Analytics.kt
with
6 additions
and
1 deletion
app/src/main/java/org/mozilla/fenix/components/Analytics.kt
+
6
−
1
View file @
15d3a315
...
...
@@ -14,6 +14,7 @@ import mozilla.components.lib.crash.service.GleanCrashReporterService
import
mozilla.components.lib.crash.service.MozillaSocorroService
import
mozilla.components.lib.crash.service.SentryService
import
mozilla.components.service.nimbus.NimbusApi
import
mozilla.components.service.nimbus.NimbusDisabled
import
org.mozilla.fenix.BuildConfig
import
org.mozilla.fenix.Config
import
org.mozilla.fenix.HomeActivity
...
...
@@ -102,8 +103,12 @@ class Analytics(
}
val
experiments
:
NimbusApi
by
lazyMonitored
{
if
(
BuildConfig
.
DATA_COLLECTION_DISABLED
)
{
NimbusDisabled
()
}
else
{
createNimbus
(
context
,
BuildConfig
.
NIMBUS_ENDPOINT
)
}
}
val
features
:
NimbusFeatures
by
lazyMonitored
{
NimbusFeatures
(
context
)
...
...
...
...
This diff is collapsed.
Click to expand it.
aguestuser
@aguestuser
mentioned in merge request
!144 (merged)
·
Mar 18, 2022
mentioned in merge request
!144 (merged)
mentioned in merge request !144
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment