Closed
Bug 1244091
Opened 9 years ago
Closed 8 years ago
Replace PRLogModuleInfo usage with LazyLogModule in /toolkit/xre
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: sajitk, Assigned: erahm)
References
Details
Attachments
(1 file)
1.11 KB,
patch
|
froydnj
:
review+
|
Details | Diff | Splinter Review |
Replace the use of PRLogModuleInfo with LazyLogModule in
> ./toolkit/xre/nsUpdateDriver.cpp:79: sUpdateLog = PR_NewLogModule("updatedriver");
This bug is opened separately because this class is invoked in the startup sequence of various components other than the browser, which use the XRE toolkit.
Fixing it requires introducing XPCOM into the components which may not use it.
Also see bug 1219482 comment 12
Assignee | ||
Comment 1•8 years ago
|
||
I tested this as part of a larger rollup [1], the assertion no longer seems to
be an issue. The best I can tell nsAppRunner uses ScopedXPCOM which calls
|NS_InitXPCOM2| which calls |LogModule::Init| so I think we're good.
[1] https://treeherder.mozilla.org/#/jobs?repo=try&revision=f07888328f5d44a51b5c4c457f819546d937a95d
Attachment #8854133 -
Flags: review?(nfroyd)
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → erahm
Status: NEW → ASSIGNED
![]() |
||
Updated•8 years ago
|
Attachment #8854133 -
Flags: review?(nfroyd) → review+
Assignee | ||
Comment 2•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/b3b4cf61e1479b86f448c3790883956b9a06740b
Bug 1244091 - Switch nsUpdateDriver to LazyLogModule. r=froydnj
Comment 3•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•