jitsi / ice4j

A Java implementation of the ICE protocol
Apache License 2.0
437 stars 232 forks source link

log: Do not print stack trace #257

Closed bgrozev closed 2 years ago

bgrozev commented 2 years ago

when ConnectivityCheckClient fails to send due to missing socket.

This condition happens when SinglePortUdpListener is used and hasn't received packets from the destination address yet.

codecov[bot] commented 2 years ago

Codecov Report

Merging #257 (5fe710a) into master (32a8aad) will decrease coverage by 0.09%. The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #257      +/-   ##
============================================
- Coverage     38.94%   38.84%   -0.10%     
+ Complexity     1370     1368       -2     
============================================
  Files           178      178              
  Lines         12171    12176       +5     
  Branches       1842     1842              
============================================
- Hits           4740     4730      -10     
- Misses         6773     6788      +15     
  Partials        658      658              
Impacted Files Coverage Δ
...in/java/org/ice4j/ice/ConnectivityCheckClient.java 54.62% <0.00%> (-2.74%) :arrow_down:
...rc/main/java/org/ice4j/stack/NetAccessManager.java 58.90% <0.00%> (-1.24%) :arrow_down:
src/main/java/org/ice4j/ice/CandidatePair.java 69.40% <0.00%> (-1.50%) :arrow_down:
...c/main/java/org/ice4j/pseudotcp/PseudoTCPBase.java 64.16% <0.00%> (ø)
...in/java/org/ice4j/stack/StunClientTransaction.java 81.55% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 32a8aad...5fe710a. Read the comment docs.