Closed
Bug 1071792
Opened 10 years ago
Closed 6 years ago
Report shut down exceptions through AddonManager exception telemetry
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: Irving, Unassigned)
References
(Depends on 1 open bug)
Details
AddonManager reports exceptions thrown by its providers during start up via Telemetry. Shutdown is asynchronous using Promises; we should report any promise rejections during shutdown through the same Telemetry channel.
The right fix might be to build the exception reporting into AsyncShutdown.jsm and convert AddonManager to run all provider shutdowns through AsyncShutdown.
Comment 1•6 years ago
|
||
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•