Fix --logs flag to webrtc_perf_tests

The was another definition of the --logs flag in full_stack_tests.cc.
The effect was that --logs set an unused bool, and the value of
FLAG_logs in test_main.cc was always false, regardless of actual
command line.

Tbr: sprang@webrtc.org
Bug: None
Change-Id: I073f8025dd897909c7e2b8d7c0ee080cb4b456ca
Reviewed-on: https://webrtc-review.googlesource.com/94900
Reviewed-by: Niels Moller <nisse@webrtc.org>
Reviewed-by: Sebastian Jansson <srte@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24347}
This commit is contained in:
Niels Möller 2018-08-20 14:57:14 +02:00 committed by Commit Bot
parent f1f363fae7
commit cf42781981

View File

@ -21,8 +21,6 @@
namespace webrtc {
namespace flags {
DEFINE_bool(logs, false, "print logs to stderr");
DEFINE_string(rtc_event_log_name,
"",
"Filename for rtc event log. Two files "