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

Unified Diff: webrtc/build/webrtc.gni

Issue 2296253002: Enable BWE logging to command line when rtc_enable_bwe_test_logging is set to true (Closed)
Patch Set: adding BWE_TEST_LOGGING_COMPILE_TIME_ENABLE to gn files 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/build/webrtc.gni
diff --git a/webrtc/build/webrtc.gni b/webrtc/build/webrtc.gni
index a6282b84feb11e38522988ea9e5c367e623b3493..88d399a4b9239d2ed8a23d330d87ad9a100d6ce0 100644
--- a/webrtc/build/webrtc.gni
+++ b/webrtc/build/webrtc.gni
@@ -39,6 +39,9 @@ declare_args() {
# Disable the code for the intelligibility enhancer by default.
rtc_enable_intelligibility_enhancer = false
+ # Set this to true to enable BWE test logging.
+ rtc_enable_bwe_test_logging = false
+
# Disable these to not build components which can be externally provided.
rtc_build_expat = true
rtc_build_json = true
« no previous file with comments | « no previous file | webrtc/modules/bitrate_controller/BUILD.gn » ('j') | webrtc/modules/bitrate_controller/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698