Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gaba
fenix
Commits
b87c40d4
Unverified
Commit
b87c40d4
authored
May 08, 2020
by
Sawyer Blatz
Committed by
GitHub
May 08, 2020
Browse files
For #10426: Sends GAID to Installation instead of Activation ping. (#10529)
parent
d1005dd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/org/mozilla/fenix/components/metrics/InstallationPing.kt
View file @
b87c40d4
...
...
@@ -11,7 +11,6 @@ import kotlinx.coroutines.CoroutineScope
import
kotlinx.coroutines.Dispatchers
import
kotlinx.coroutines.launch
import
mozilla.components.support.base.log.logger.Logger
import
org.mozilla.fenix.GleanMetrics.Activation
import
org.mozilla.fenix.GleanMetrics.Installation
import
org.mozilla.fenix.GleanMetrics.Pings
import
org.mozilla.fenix.ext.settings
...
...
@@ -66,7 +65,7 @@ class InstallationPing(private val context: Context) {
CoroutineScope
(
Dispatchers
.
IO
).
launch
{
MetricsUtils
.
getHashedIdentifier
(
context
)
?.
let
{
Activ
ation
.
identifier
.
set
(
it
)
Install
ation
.
identifier
.
set
(
it
)
}
Pings
.
installation
.
submit
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment