This reverts commit ed9c9cffa8033784f9ab3c7391c177ab5b66cf1e.
pull/600/head
Alessio Placitelli 5 years ago committed by Colin Lee
parent 7d25624e16
commit 0ab76faedb

@ -4,7 +4,6 @@
import android.content.Context
import android.os.Bundle
import mozilla.components.browser.engine.gecko.glean.GeckoAdapter
import mozilla.components.lib.crash.handler.CrashHandlerService
import org.mozilla.fenix.utils.Settings
import org.mozilla.geckoview.GeckoRuntime
@ -34,7 +33,6 @@ object GeckoProvider {
val runtimeSettings = builder
.crashHandler(CrashHandlerService::class.java)
.useContentProcessHint(true)
.telemetryDelegate(GeckoAdapter())
.build()
if (!Settings.getInstance(context).shouldUseAutoSize) {

@ -4,7 +4,6 @@
import android.content.Context
import android.os.Bundle
import mozilla.components.browser.engine.gecko.glean.GeckoAdapter
import mozilla.components.lib.crash.handler.CrashHandlerService
import org.mozilla.fenix.utils.Settings
import org.mozilla.geckoview.GeckoRuntime
@ -34,7 +33,6 @@ object GeckoProvider {
val runtimeSettings = builder
.crashHandler(CrashHandlerService::class.java)
.useContentProcessHint(true)
.telemetryDelegate(GeckoAdapter())
.build()
if (!Settings.getInstance(context).shouldUseAutoSize) {

Loading…
Cancel
Save