Closed
Bug 1772021
Opened 3 years ago
Closed 1 year ago
MOZ_LOG seems not working in GPU process
Categories
(Core :: Security: Process Sandboxing, defect, P3)
Core
Security: Process Sandboxing
Tracking
()
RESOLVED
DUPLICATE
of bug 1189223
People
(Reporter: hiro, Unassigned)
Details
I am not yet sure it's related to GPU_PROCESS though.
| Reporter | ||
Updated•3 years ago
|
Summary: MOZ_LOG seems not working in GPU_PROCESS → MOZ_LOG seems not working in GPU process
Comment 1•3 years ago
|
||
This is probably more of a sandboxing situation, like bug 1771702 and bug 1744751.
Component: XPCOM → Security: Process Sandboxing
| Reporter | ||
Comment 3•3 years ago
|
||
It was on Windows 10. I am not sure whether now it works or not.
Flags: needinfo?(hikezoe.birchill)
Updated•3 years ago
|
Severity: -- → S4
Priority: -- → P3
Comment 4•1 year ago
|
||
Using MOZ_LOG_FILE works for me on win10 & 11.
If it output to console then this is probably a dup of 1189223.
Redirecting the output to a file should work, I believe people also use tee.
You need to log in
before you can comment on or make changes to this bug.
Description
•