Closed
Bug 638375
Opened 14 years ago
Closed 12 years ago
Replace NSPR-based logging with something more multi-process friendly
Categories
(Core :: IPC, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 801209
People
(Reporter: jduell.mcbugs, Unassigned)
References
Details
A number of things make NSPR-based logging undesirable under e10s (see bug 534764, bug 628563, bug 632007).
We should look at what Chrome does and/or implement some other solution that gives us happy, interleaved logs.
Putting in Core::IPC because I can't think of a better place for it.
Comment 1•14 years ago
|
||
Chrome appears to be using a hand-rolled logging setup that looks a lot like glog:
http://www.chromium.org/for-testers/enable-logging
http://src.chromium.org/viewvc/chrome/trunk/src/base/logging.h?revision=74100&view=markup
http://code.google.com/p/google-glog/
![]() |
||
Comment 2•14 years ago
|
||
Fwiw, I would be reasonably happy wth per-process logs, if that's easier. And maybe even if it's harder.
Reporter | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•