From 8b096a03b48562b5f4e84784a3d6b06917dee334 Mon Sep 17 00:00:00 2001 From: Anton Sukhanov Date: Thu, 23 May 2019 14:42:41 -0700 Subject: [PATCH] LogToSderr by default in WebRTC tests Printing logs to stderr helps debugging and investigating CQ failures. Bug: webrtc:5996 Change-Id: I365ee0a0b3ff3d999f1a9a293d3c05bd75e5b999 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/138187 Reviewed-by: Oleh Prypin Reviewed-by: Mirko Bonadei Reviewed-by: Niels Moller Commit-Queue: Anton Sukhanov Cr-Commit-Position: refs/heads/master@{#28065} --- test/test_main_lib.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_main_lib.cc b/test/test_main_lib.cc index dcc074986e..0ab0ebdc87 100644 --- a/test/test_main_lib.cc +++ b/test/test_main_lib.cc @@ -66,7 +66,7 @@ WEBRTC_DEFINE_string( #endif -WEBRTC_DEFINE_bool(logs, false, "print logs to stderr"); +WEBRTC_DEFINE_bool(logs, true, "print logs to stderr"); WEBRTC_DEFINE_bool(verbose, false, "verbose logs to stderr"); WEBRTC_DEFINE_string(