Remove some more instances of IP logging.
Bug: b/152662380 Change-Id: I1f33f470c4dd5458c2d2598e2f17f6691f72df4a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/172446 Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Paulina Hensman <phensman@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30957}
This commit is contained in:
committed by
Commit Bot
parent
3e9af7fe05
commit
b239a2e357
@ -357,8 +357,7 @@ void AndroidNetworkMonitor::OnNetworkConnected_w(
|
||||
absl::optional<NetworkHandle>
|
||||
AndroidNetworkMonitor::FindNetworkHandleFromAddress(
|
||||
const rtc::IPAddress& ip_address) const {
|
||||
RTC_LOG(LS_INFO) << "Find network handle for address: "
|
||||
<< ip_address.ToString();
|
||||
RTC_LOG(LS_INFO) << "Find network handle.";
|
||||
if (find_network_handle_without_ipv6_temporary_part_) {
|
||||
for (auto const& iter : network_info_by_handle_) {
|
||||
const std::vector<rtc::IPAddress>& addresses = iter.second.ip_addresses;
|
||||
|
||||
Reference in New Issue
Block a user