DescriptionAvoid race in RampUpTest
Poller thread is currently started in the constructor, so the first call
to PollStats() may happen even before the streams have been configured.
This will blow up on RTC_DCHECK_GT(expected_bitrate_bps_, 0);
Thread should instead be started on PerformTest() call.
BUG=
Committed: https://crrev.com/a050e982b02b2faf59202a71b86a70328f372e97
Cr-Commit-Position: refs/heads/master@{#10149}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|