1
0
Fork 0

Revert "Enable Gecko metrics exfiltration through Glean (#5124)" (#5125)

This reverts commit f824c98c20.
master
Alessio Placitelli 2019-09-05 11:26:46 +02:00 committed by Colin Lee
parent f824c98c20
commit 0f6f28b6da
2 changed files with 0 additions and 4 deletions

View File

@ -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) {

View File

@ -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) {