forked from JumpingYang001/webrtc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Uniform IPAddress::ToSensitiveString() behavior (debug vs release).
Having a function that changes its behavior based on the build flavor (debug vs release) is error prone, especially if considered that the behavior change invalidates the expectation from the function name itself. If this feature is required to improve debugging, it should be behind a macro (for example WEBRTC_LOG_FULL_IP_ADDRESSES) enabled by an explicit build configuration which is turned OFF by default. Bug: None Change-Id: Id7adafc67d1ae674a3dbb382b16ad9faea59eba6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/215064 Reviewed-by: Harald Alvestrand <[email protected]> Commit-Queue: Mirko Bonadei <[email protected]> Cr-Commit-Position: refs/heads/master@{#33800}
- Loading branch information
1 parent
48171ec
commit 1585587
Showing
3 changed files
with
0 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters