webrtc/api/rtc_event_log
Sebastian Jansson 58c71db1b3 Fix for crash in event log when using scenario tests.
Scenario tests runs all its activities on task queues. This is not
allowed by the default event log writer, causing a DCHECK failure.
This CL makes it possible to stop the event asynchronously,
thereby avoiding the need for the DCHECK.

Bug: webrtc:10365
Change-Id: I1206982b29fd609ac85b4ce30ae9291cbec52041
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/136685
Reviewed-by: Stefan Holmer <stefan@webrtc.org>
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#28027}
2019-05-22 15:22:49 +00:00
..
BUILD.gn Publish rtc event log api and default factory for it in api/ 2019-05-22 13:38:25 +00:00
rtc_event.cc Publish rtc event log api and default factory for it in api/ 2019-05-22 13:38:25 +00:00
rtc_event.h Publish rtc event log api and default factory for it in api/ 2019-05-22 13:38:25 +00:00
rtc_event_log.cc Publish rtc event log api and default factory for it in api/ 2019-05-22 13:38:25 +00:00
rtc_event_log.h Fix for crash in event log when using scenario tests. 2019-05-22 15:22:49 +00:00
rtc_event_log_factory.cc Publish rtc event log api and default factory for it in api/ 2019-05-22 13:38:25 +00:00
rtc_event_log_factory.h Publish rtc event log api and default factory for it in api/ 2019-05-22 13:38:25 +00:00
rtc_event_log_factory_interface.h Publish rtc event log api and default factory for it in api/ 2019-05-22 13:38:25 +00:00