Open
Bug 1793147
Opened 3 years ago
Updated 3 years ago
Assert that network calls are performed off the main thread
Categories
(Firefox for Android :: General, task)
Tracking
()
NEW
People
(Reporter: csadilek, Unassigned)
Details
From github: https://github.com/mozilla-mobile/android-components/issues/9180.
To avoid components from performing network calls on the UI thread, we could do some simple checks to throw if we're on the main thread when the call is made.
┆Issue is synchronized with this Jira Task
Change performed by the Move to Bugzilla add-on.
Comment 1•3 years ago
|
||
The severity field is not set for this bug.
:cpeterson, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(cpeterson)
Updated•3 years ago
|
Severity: -- → N/A
Type: defect → task
Updated•3 years ago
|
Flags: needinfo?(cpeterson)
You need to log in
before you can comment on or make changes to this bug.
Description
•