Some additional debug logging

Related #6305
// FREEBIE
fork-5.53.8
Moxie Marlinspike 2017-02-28 17:06:05 -08:00
rodzic cb6e048070
commit 3904c76261
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -427,7 +427,7 @@ public class WebRtcCallService extends Service implements InjectableType, PeerCo
}
if (recipient == null || callId == null) {
throw new AssertionError("assert");
throw new AssertionError("assert: " + callState + ", " + callId);
}
IceUpdateMessage iceUpdateMessage = new IceUpdateMessage(this.callId, intent.getStringExtra(EXTRA_ICE_SDP_MID),