pull/600/head
Sawyer Blatz 4 years ago committed by GitHub
parent 9303509a34
commit 059c39e273

@ -508,6 +508,7 @@ class GleanMetricsService(private val context: Context) : MetricsService {
private var initialized = false
private val activationPing = ActivationPing(context)
private val installationPing = InstallationPing(context)
override fun start() {
logger.debug("Enabling Glean.")
@ -567,7 +568,7 @@ class GleanMetricsService(private val context: Context) : MetricsService {
}
activationPing.checkAndSend()
InstallationPing(context).checkAndSend()
installationPing.checkAndSend()
}
override fun stop() {

Loading…
Cancel
Save