webrtc/api/rtc_event_log
Björn Terelius 2fa4774067 Revert "Deprecate microsecond timestamps in RTC event log."
This reverts commit e6ee8fab7e.

Reason for revert: Breaks downstream test

Original change's description:
> 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}

TBR=terelius@webrtc.org,srte@webrtc.org,crodbro@webrtc.org,webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com

Change-Id: I478c9a4a1664b984891c4fcfc78f0ce9a51fe4c0
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: webrtc:11933
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/219636
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Commit-Queue: Björn Terelius <terelius@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#34100}
2021-05-24 13:11:10 +00:00
..
BUILD.gn Add kill-switch to RTC event log factory. 2020-11-05 14:08:02 +00:00
rtc_event.cc Revert "Deprecate microsecond timestamps in RTC event log." 2021-05-24 13:11:10 +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