diff --git a/dom/media/PeerConnection.js b/dom/media/PeerConnection.js index b4d52055aa46..01522a5f877e 100644 --- a/dom/media/PeerConnection.js +++ b/dom/media/PeerConnection.js @@ -1117,6 +1117,7 @@ PeerConnectionObserver.prototype = { if (iceConnectionState === 'failed') { histogram.add(false); + this._dompc.reportError("ICE failed, see about:webrtc for more details", null, 0); } if (this._dompc.iceConnectionState === 'checking' && (iceConnectionState === 'completed' ||