Open
Bug 1740141
Opened 4 years ago
Investigate AudioIPC logging in release builds
Categories
(Core :: Audio/Video: cubeb, task, P3)
Core
Audio/Video: cubeb
Tracking
()
ASSIGNED
People
(Reporter: kinetik, Assigned: kinetik)
Details
Paul mentioned in bug 1739326 comment 6 that AudioIPC server logging is missing in release builds. I believe this is related to bug 1611990 (Rust logging below warn
excluded from non-debug builds).
The obvious solution is to upgrade the most important log messages to warn!
. I'm not sure having a separate log target for AudioIPC is necessary, at least for log items important enough to log in release builds. We could use cubeb_log
exported from cubeb-rs
to log to the target supplied by Gecko (which would record everything under cubeb
).
You need to log in
before you can comment on or make changes to this bug.
Description
•