Open
Bug 1554089
Opened 6 years ago
Updated 2 years ago
Remove Flash-specific bits from the crash reporter
Categories
(Toolkit :: Crash Reporting, task)
Toolkit
Crash Reporting
Tracking
()
NEW
People
(Reporter: gsvelto, Unassigned)
References
Details
We've got some code that's specifically made to gather Flash plugin process crashes. Namely breakpad's injector [1][2] which we use to inject our exception handler in Flass processes and all the code that relies on it and is guarded by MOZ_CRASH_INJECTOR
[3].
Once the injector is removed we can also assume that the annotations of a crashed child process are always populated and remove [4].
Updated•4 years ago
|
No longer depends on: remove-plugin-support
Updated•4 years ago
|
Blocks: plugin-cleanup
Reporter | ||
Comment 1•4 years ago
|
||
Quick note: I have to update the description here because it's not accurate anymore. Some parts of the injector are still needed (e.g. for SpiderMonkey) while there's bits of IPC that must go.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•