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
8769d98e
Commit
8769d98e
authored
Jun 04, 2020
by
Grisha Kruglov
Committed by
Grisha Kruglov
Jun 08, 2020
Browse files
Pass crashReporter instance to RustLog
parent
a28a2fb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/org/mozilla/fenix/FenixApplication.kt
View file @
8769d98e
...
...
@@ -276,7 +276,7 @@ open class FenixApplication : LocaleAwareApplication() {
return
GlobalScope
.
async
(
Dispatchers
.
IO
)
{
// ... but RustHttpConfig.setClient() and RustLog.enable() can be called later.
RustHttpConfig
.
setClient
(
lazy
{
components
.
core
.
client
})
RustLog
.
enable
()
RustLog
.
enable
(
components
.
analytics
.
crashReporter
)
}
}
...
...
Write
Preview
Markdown
is supported
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