Closed
Bug 989365
Opened 11 years ago
Closed 11 years ago
Addon manager logging is missing Error details
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
DUPLICATE
of bug 986689
People
(Reporter: gfritzsche, Unassigned)
Details
The addon manager uses tracing like here:
http://hg.mozilla.org/mozilla-central/annotate/6fa163ff81a3/toolkit/mozapps/extensions/AddonManager.jsm#l163
While i see some handling for that additional parameter in Log.jsm, the log lines here don't show any details for |e| on the console or in tbpl logs.
I haven't had time to investigate further in Log.jsm what exactly the issue is here (wrong usage, the dump appender missing adding the parameter to the message, ...?).
I suspect that affects all the logging in the addon manager per glancing over bug 661982.
Reporter | ||
Updated•11 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Updated•11 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•