Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove VRBrowserApplication.onCreate() workarounds #77

Merged
merged 1 commit into from
Mar 22, 2022

Conversation

MortimerGoro
Copy link
Contributor

In the past we needed to do some workarounds because TelemetryService had to be initialized in Application.onCreate instead of Activity.onCreate, and it used a GeckoWebExecutor with several dependencies. We are not using Glean anymore so we can just initialize the TelemetryService in Activity.onCreate.

Copy link
Collaborator

@felipeerias felipeerias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@svillar svillar merged commit 2bcccd5 into main Mar 22, 2022
svillar pushed a commit that referenced this pull request Mar 24, 2022
In the past we needed to do some workarounds because TelemetryService had to be initialized in Application.onCreate instead of Activity.onCreate, and it used a GeckoWebExecutor with several dependencies. We are not using Glean anymore so we can just initialize the TelemetryService in Activity.onCreate.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants