Bug 1345791: ICE disconnect state is not a crash. r=bwc

MozReview-Commit-ID: IwrWVvjkNmX

--HG--
extra : rebase_source : e9c4b92acddb82298b439152e622132a49bd6daa
This commit is contained in:
Nils Ohlmeier [:drno] 2017-03-29 16:39:42 -05:00
parent 6e6684128a
commit 3fe5112bbb

View File

@ -1124,7 +1124,8 @@ void NrIceCtx::SetConnectionState(ConnectionState state) {
}
break;
case ICE_CTX_DISCONNECTED:
MOZ_CRASH("Transition from checking->disconnected should never happen");
// We get this every time an ICE disconnect gets reported.
// Do we want a Telemetry probe counting how often this happens?
break;
case ICE_CTX_CLOSED:
// This doesn't seem to be used...