Open
Bug 1794936
Opened 3 years ago
Updated 2 years ago
Detect leaks of EngineSession / GeckoSession
Categories
(Firefox for Android :: Browser Engine, task, P3)
Tracking
()
NEW
People
(Reporter: csadilek, Unassigned)
Details
From github: https://github.com/mozilla-mobile/android-components/issues/3908.
Follow-up from #3888. We now have the ability to detect leaks during instrumented tests. By default leak canary will detect context, activity, fragment leaks. However a big category of leaks that we would want to avoid is leaks of EngineSession / GeckoSession instances. Let's see if we can add them to the leak detection.
┆Issue is synchronized with this Jira Task
Change performed by the Move to Bugzilla add-on.
Updated•3 years ago
|
Severity: -- → N/A
Type: defect → task
Updated•2 years ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•