Electrolysis/Logging: Difference between revisions
Jump to navigation
Jump to search
(base edit) |
m (bug list) |
||
Line 1: | Line 1: | ||
== Logging Support == | == Logging Support == | ||
* need to sort out current state of | * need to sort out current state of MOZ logging and other forms of IPC related logging | ||
* How does sandboxing impact this | * How does sandboxing impact this | ||
* [http://mxr.mozilla.org/mozilla-central/source/xpcom/base/Logging.h Logging.h] | |||
== Open Bugs == | |||
* {{bug|1272704}} NSPR logging appears to be broken on Windows from Content processes | |||
* {{bug|1014407}} Failure when setting stdout or stderr on the Windows process sandboxing policy should be reported as a warning | |||
* {{bug|1055227}} Make sandbox logging (security/sandbox/chromium/base/shim/base/logging*) actually emit log messsages | |||
* {{bug|1198475}} Mochitest log file opened directly in content process |
Revision as of 19:27, 13 May 2016
Logging Support
- need to sort out current state of MOZ logging and other forms of IPC related logging
- How does sandboxing impact this
- Logging.h
Open Bugs
- bug 1272704 NSPR logging appears to be broken on Windows from Content processes
- bug 1014407 Failure when setting stdout or stderr on the Windows process sandboxing policy should be reported as a warning
- bug 1055227 Make sandbox logging (security/sandbox/chromium/base/shim/base/logging*) actually emit log messsages
- bug 1198475 Mochitest log file opened directly in content process