Open
Bug 1812182
Opened 2 years ago
Updated 6 months ago
Review remaining usage of GlobalScope
Categories
(Firefox for Android :: Performance, enhancement, P3)
Tracking
()
NEW
Performance Impact | none |
People
(Reporter: csadilek, Unassigned)
References
Details
From github: https://github.com/mozilla-mobile/fenix/issues/20380.
As part of https://github.com/mozilla-mobile/fenix/pull/20004,
GlobalScope
usage will be obvious as we have to@OptIn(DelicateCoroutinesApi::class)
.Let's review all those usages and see if we can use a different (shorter-lived?) scope.
┆Issue is synchronized with this Jira Task
Change performed by the Move to Bugzilla add-on.
Comment 1•2 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•2 years ago
|
Flags: needinfo?(cpeterson)
Updated•2 years ago
|
Performance Impact: --- → none
Updated•1 years ago
|
Severity: -- → S3
Type: defect → enhancement
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•