From d53a4f744ef14b9662ed59f3a9bb3dbb7ff1b2e9 Mon Sep 17 00:00:00 2001 From: "Byron Campen [:bwc]" Date: Tue, 8 Apr 2014 14:22:54 -0700 Subject: [PATCH] Bug 970734 - Part 1: When ICE fails, log a pointer to about:webrtc in the JS console. r=jib --- dom/media/PeerConnection.js | 1 + 1 file changed, 1 insertion(+) 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' ||