Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Unified Diff: webrtc/p2p/base/transportcontroller.cc

Issue 2324853002: Adding logs to track potential cause of not starting port allocation.
Patch Set: Log set local description as verbose in transportcontroller and log SetICEParameters in p2ptranspor… Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/p2p/base/transportcontroller.cc
diff --git a/webrtc/p2p/base/transportcontroller.cc b/webrtc/p2p/base/transportcontroller.cc
index de98df23bc51c17319f398288576eaa86e5b6131..bd9e72a8ad8e85a27581db95c0cc69f983a4b684 100644
--- a/webrtc/p2p/base/transportcontroller.cc
+++ b/webrtc/p2p/base/transportcontroller.cc
@@ -474,6 +474,9 @@ bool TransportController::SetLocalTransportDescription_n(
SetIceRole(new_ice_role);
}
+ LOG(LS_VERBOSE) << "Set local transport description on " << transport_name
+ << " with ufrag " << tdesc.ice_ufrag
+ << " pwd " << tdesc.ice_pwd;
return transport->SetLocalTransportDescription(tdesc, action, err);
}
« webrtc/p2p/base/p2ptransportchannel.cc ('K') | « webrtc/p2p/base/p2ptransportchannel.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698