Closed
Bug 1275860
Opened 9 years ago
Closed 8 years ago
rename MOZ_LOG_MODULES to just MOZ_LOG in GeckoChildProcessHost too
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
INVALID
People
(Reporter: mayhemer, Unassigned)
References
Details
+++ This bug was initially created as a clone of Bug #1275439 +++
The MOZ_LOG var has to be carried to the child process as well.
The fix for correct buffering (bug 1270752) should land first (to prevent merging).
The fix for the small buffer leak (bug 1275117) should be a followup or even fixed as part of this bug in one round (and duplicated to this bug).
![]() |
Reporter | |
Comment 1•8 years ago
|
||
Stupid me, all env vars are already copied. I probably misplaced this with MOZ_LOG_FILE, that has to be modified for child process but has not been changed (again) in bug 1275439.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•