Bug 1818611 - P1 - make webrtc logging module list exhaustive in about:logging;r=bwc

Differential Revision: https://phabricator.services.mozilla.com/D181860
This commit is contained in:
Nico Grunbaum 2023-06-25 21:27:53 +00:00
parent bbe1ff2d57
commit 5bb94ae818

View file

@ -73,7 +73,7 @@ const gLoggingPresets = {
},
webrtc: {
modules:
"timestamp,sync,jsep:5,sdp:5,signaling:5,mtransport:5,RTCRtpReceiver:5,RTCRtpSender:5,GetUserMedia:5,MediaManager:4,MediaPipeline:5,GetUserMedia:4,PeerConnectionImpl:5",
"jsep:5,sdp:5,signaling:5,mtransport:5,RTCRtpReceiver:5,RTCRtpSender:5,RTCDMTFSender:5,VideoFrameConverter:5,WebrtcTCPSocket:5,CamerasChild:5,CamerasParent:5,VideoEngine:5,ShmemPool:5,TabShare:5,MediaChild:5,MediaParent:5,MediaManager:5,MediaTrackGraph:5,cubeb:5,MediaStream:5,MediaStreamTrack:5,DriftCompensator:5,ForwardInputTrack:5,MediaRecorder:5,MediaEncoder:5,TrackEncoder:5,VP8TrackEncoder:5,Muxer:5,GetUserMedia:5,MediaPipeline:5,PeerConnectionImpl:5,WebAudioAPI:5,webrtc_trace:5,RTCRtpTransceiver:5,ForwardedInputTrack:5,HTMLMediaElement:5,HTMLMediaElementEvents:5",
l10nIds: {
label: "about-logging-preset-webrtc-label",
description: "about-logging-preset-webrtc-description",