Closed
Bug 753620
Opened 12 years ago
Closed 10 years ago
AddonLogger.jsm should log filename and linenumber of exceptions via dump()
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: Unfocused, Assigned: Irving)
References
Details
AddonLogger.jsm logs filename and linenumber of exceptions to the error console, but not to the console (ie, via dump()). This can be a bit annoying if there's an exception thrown on shutdown, for instance.
Assignee | ||
Comment 1•10 years ago
|
||
Fixed en passant in bug 853388: https://hg.mozilla.org/mozilla-central/diff/1d2ba634c054/toolkit/mozapps/extensions/AddonLogging.jsm
Updated•10 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•