webrtc/api/rtc_event_log
Björn Terelius e6ee8fab7e Deprecate microsecond timestamps in RTC event log.
(Microsecond timestamps are only used in the legacy wire-format,
and the clocks only have microsecond resolution on some platforms.)

Also convert structs on the parsing side to use a Timestamp instead
of a uint64_t to represent the log time.

Bug: webrtc:11933
Change-Id: Ide5a0217d99f13f2e243115b163f13e0525648c7
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/219467
Commit-Queue: Björn Terelius <terelius@webrtc.org>
Reviewed-by: Christoffer Rodbro <crodbro@webrtc.org>
Reviewed-by: Sebastian Jansson <srte@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#34097}
2021-05-24 11:39:02 +00:00
..
BUILD.gn Add kill-switch to RTC event log factory. 2020-11-05 14:08:02 +00:00
rtc_event.cc Deprecate microsecond timestamps in RTC event log. 2021-05-24 11:39:02 +00:00
rtc_event.h Add logging of decoded video frames. 2020-08-06 17:33:24 +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 Remove deprecated RtcEventLog Create functions 2019-05-29 12:39:08 +00:00
rtc_event_log_factory.cc Add kill-switch to RTC event log factory. 2020-11-05 14:08:02 +00:00
rtc_event_log_factory.h Add missing RTC_EXPORT for the component build. 2019-10-15 09:07:44 +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