Telemetry probe for content processes killed by Android due to resource reclamation
Categories
(GeckoView Graveyard :: Sandboxing, enhancement, P3)
Tracking
(Not tracked)
People
(Reporter: bugzilla, Unassigned)
References
Details
(Whiteboard: [geckoview:m81][geckoview:m82][geckoview:m83])
We'd like to monitor process kills in GV so that we have an idea of how Android is behaving when it kills content processes to free up resources.
One problem here is that we need to be able to distinguish between the OS terminating the process for resource reclamation vs GV terminating due to a clean shutdown (GV typically does not let the content process go through clean shutdown). I think we might need to add this probe at the GV level in order to make that distinction.
Reporter | ||
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Reporter | ||
Updated•4 years ago
|
Reporter | ||
Comment 3•4 years ago
|
||
I'm not so sure we can do this within GV in such a way that it would be effective in Fenix. Given the way that AC handles sessions vis-á-vis content process kills, I think it is probably best handled there. I filed https://github.com/mozilla-mobile/android-components/issues/9366 for this.
Reporter | ||
Comment 4•4 years ago
•
|
||
Resolved via probes added to AC by Sebastian.
Comment 5•2 years ago
|
||
Moving content process management bugs to the new GeckoView::Sandboxing component.
Updated•6 months ago
|
Description
•