Home
last modified time | relevance | path

Searched refs:LOG_J (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dturnport.cc302 LOG_J(LS_INFO, this) << "Trying to connect to TURN server via " in PrepareAddress()
412 LOG_J(LS_WARNING, this) << "Connection with server failed, error=" << error; in OnSocketClose()
419 LOG_J(LS_WARNING, this) << "Giving up on the port after " in OnAllocateMismatch()
426 LOG_J(LS_INFO, this) << "Allocating a new socket after " in OnAllocateMismatch()
545 LOG_J(LS_WARNING, this) << "Discarding TURN message from unknown address:" in OnReadPacket()
554 LOG_J(LS_WARNING, this) << "Received TURN message that was too short"; in OnReadPacket()
570 LOG_J(LS_VERBOSE, this) << in OnReadPacket()
579 LOG_J(LS_WARNING, this) << "Received TURN message with invalid " in OnReadPacket()
604 LOG_J(LS_WARNING, this) << "Redirection to [" in SetAlternateServer()
617 LOG_J(LS_INFO, this) << "Redirecting from TURN server [" in SetAlternateServer()
[all …]
Ddtlstransportchannel.cc137 LOG_J(LS_INFO, this) << "Ignoring identical DTLS identity"; in SetLocalCertificate()
140 LOG_J(LS_ERROR, this) << "Can't change DTLS local identity in this state"; in SetLocalCertificate()
149 LOG_J(LS_INFO, this) << "NULL DTLS identity supplied. Not doing DTLS"; in SetLocalCertificate()
209 LOG_J(LS_INFO, this) << "Ignoring identical remote DTLS fingerprint"; in SetRemoteFingerprint()
216 LOG_J(LS_INFO, this) << "Other side didn't support DTLS."; in SetRemoteFingerprint()
224 LOG_J(LS_ERROR, this) << "Can't set DTLS remote settings in this state."; in SetRemoteFingerprint()
260 LOG_J(LS_ERROR, this) << "Failed to create DTLS adapter."; in SetupDtls()
276 LOG_J(LS_ERROR, this) << "Couldn't set DTLS certificate digest."; in SetupDtls()
283 LOG_J(LS_ERROR, this) << "Couldn't set DTLS-SRTP ciphers."; in SetupDtls()
287 LOG_J(LS_INFO, this) << "Not using DTLS-SRTP."; in SetupDtls()
[all …]
Dtcpport.cc109 LOG_J(LS_ERROR, this) << "TCP socket creation failed."; in Init()
183 LOG_J(LS_INFO, this) << "Not listening due to firewall restrictions."; in PrepareAddress()
215 LOG_J(LS_ERROR, this) << "Attempted to send to an unknown destination, " in SendTo()
226 LOG_J(LS_ERROR, this) << "TCP send of " << size in SendTo()
263 LOG_J(LS_VERBOSE, this) << "Accepted connection from " in OnNewConnection()
320 LOG_J(LS_VERBOSE, this) in TCPConnection()
393 LOG_J(LS_VERBOSE, this) << "Connection established to " in OnConnect()
406 LOG_J(LS_WARNING, this) << "Dropping connection as TCP socket bound to IP " in OnConnect()
416 LOG_J(LS_INFO, this) << "Connection closed with error " << error; in OnClose()
463 LOG_J(LS_INFO, this) << "TCP Connection with remote is closed, " in MaybeReconnect()
[all …]
Dport.cc198 LOG_J(LS_INFO, this) << "Port created"; in Construct()
284 LOG_J(LS_ERROR, this) << "Received non-STUN packet from unknown address (" in OnReadPacket()
306 LOG_J(LS_ERROR, this) << "Received unexpected STUN message type (" in OnReadPacket()
355 LOG_J(LS_ERROR, this) << "Received STUN request without username/M-I " in GetStunMessage()
367 LOG_J(LS_ERROR, this) << "Received STUN request with bad local username " in GetStunMessage()
377 LOG_J(LS_ERROR, this) << "Received STUN request with bad M-I " in GetStunMessage()
389 LOG_J(LS_ERROR, this) << "Received STUN binding error:" in GetStunMessage()
396 LOG_J(LS_ERROR, this) << "Received STUN binding error without a error " in GetStunMessage()
404 LOG_J(LS_VERBOSE, this) << "Received STUN binding indication:" in GetStunMessage()
410 LOG_J(LS_ERROR, this) << "Received STUN packet with invalid type (" in GetStunMessage()
[all …]
Dtransportchannel.cc38 LOG_J(LS_VERBOSE, this) << "set_writable from:" << writable_ << " to " in set_writable()
51 LOG_J(LS_VERBOSE, this) << "set_dtls_state from:" << dtls_state_ << " to " in set_dtls_state()
Dturnserver.cc579 LOG_J(LS_INFO, this) << "Allocation destroyed"; in ~TurnServerAllocation()
608 LOG_J(LS_WARNING, this) << "Invalid TURN message type received: " in HandleTurnMessage()
630 LOG_J(LS_INFO, this) << "Created allocation, lifetime=" << lifetime_secs; in HandleAllocateRequest()
658 LOG_J(LS_INFO, this) << "Refreshed allocation, lifetime=" << lifetime_secs; in HandleRefreshRequest()
677 LOG_J(LS_WARNING, this) << "Received invalid send indication"; in HandleSendIndication()
686 LOG_J(LS_WARNING, this) << "Received send indication without permission" in HandleSendIndication()
710 LOG_J(LS_INFO, this) << "Created permission, peer=" in HandleCreatePermissionRequest()
759 LOG_J(LS_INFO, this) << "Bound channel, id=" << channel_id in HandleChannelBindRequest()
777 LOG_J(LS_WARNING, this) << "Received channel data for invalid channel, id=" in HandleChannelData()
808 LOG_J(LS_WARNING, this) << "Received external packet without permission, " in OnExternalPacket()
Dcommon.h17 #define LOG_J(sev, obj) LOG(sev) << "Jingle:" << obj->ToString() << ": " macro
Dstunport.cc220 LOG_J(LS_WARNING, this) << "UDP socket creation failed"; in Init()
282 LOG_J(LS_ERROR, this) << "UDP send of " << size in SendTo()
367 LOG_J(LS_INFO, this) << "Starting STUN host lookup for " in ResolveStunAddress()
379 LOG_J(LS_WARNING, this) << "StunPort: stun host lookup received error " in OnResolveResult()
Dp2ptransportchannel.cc326 LOG_J(LS_VERBOSE, this) << "Ice not completed yet for this channel as " in ComputeState()
333 LOG_J(LS_VERBOSE, this) << "Ice is completed for this channel."; in ComputeState()
440 LOG_J(LS_WARNING, port) << "SetOption(" << it->first in OnPortReady()
798 LOG_J(LS_INFO, this) << "Created connection with origin=" << origin << ", (" in CreateConnection()
1092 LOG_J(LS_INFO, this) << "Previous best connection: " in SwitchBestConnectionTo()
1095 LOG_J(LS_INFO, this) << "New best connection: " in SwitchBestConnectionTo()
1099 LOG_J(LS_INFO, this) << "No best connection"; in SwitchBestConnectionTo()
1366 LOG_J(LS_INFO, this) << "Removed connection (" in OnConnectionDestroyed()
/external/webrtc/webrtc/p2p/client/
Dbasicportallocator.cc469 LOG_J(LS_INFO, port) << "Added port to allocator"; in AddAllocatedPort()
661 LOG_J(LS_INFO, port) << "Removed port from allocator (" in OnPortDestroyed()
814 LOG_J(LS_INFO, network_) << "Allocation Phase=" in OnMessage()