Loading app/src/main/java/org/mozilla/fenix/components/metrics/GleanMetricsService.kt +1 −0 Original line number Diff line number Diff line Loading @@ -647,6 +647,7 @@ class GleanMetricsService(private val context: Context) : MetricsService { showSearchSuggestions.set(context.settings().shouldShowSearchSuggestions.toStringList()) remoteDebugging.set(context.settings().isRemoteDebuggingEnabled.toStringList()) telemetry.set(context.settings().isTelemetryEnabled.toStringList()) searchBrowsingHistory.set(context.settings().shouldShowHistorySuggestions.toStringList()) searchBookmarks.set(context.settings().shouldShowBookmarkSuggestions.toStringList()) showClipboardSuggestions.set(context.settings().shouldShowClipboardSuggestions.toStringList()) showSearchShortcuts.set(context.settings().shouldShowSearchShortcuts.toStringList()) Loading Loading
app/src/main/java/org/mozilla/fenix/components/metrics/GleanMetricsService.kt +1 −0 Original line number Diff line number Diff line Loading @@ -647,6 +647,7 @@ class GleanMetricsService(private val context: Context) : MetricsService { showSearchSuggestions.set(context.settings().shouldShowSearchSuggestions.toStringList()) remoteDebugging.set(context.settings().isRemoteDebuggingEnabled.toStringList()) telemetry.set(context.settings().isTelemetryEnabled.toStringList()) searchBrowsingHistory.set(context.settings().shouldShowHistorySuggestions.toStringList()) searchBookmarks.set(context.settings().shouldShowBookmarkSuggestions.toStringList()) showClipboardSuggestions.set(context.settings().shouldShowClipboardSuggestions.toStringList()) showSearchShortcuts.set(context.settings().shouldShowSearchShortcuts.toStringList()) Loading