webrtc/logging/rtc_event_log
Erik Språng 286ee0123e Revert "Add transaction id to CandidatePairEvents."
This reverts commit c308bdfa45.

Reason for revert: The msan bot has been consistently failing since this commit. See eg https://ci.chromium.org/p/webrtc/builders/luci.webrtc.ci/Linux%20MSan/16989

Original change's description:
> Add transaction id to CandidatePairEvents.
> 
> The transaction id is a randomly generated number used to link stun
> requests and responses (https://tools.ietf.org/html/rfc5389#section-6).
> Logging this will help us debug ICE network issues.
> 
> Bug: webrtc:9972
> Change-Id: I93167cb119aad99156e8727b6e4eeeff5198f924
> Reviewed-on: https://webrtc-review.googlesource.com/c/109720
> Commit-Queue: Zach Stein <zstein@webrtc.org>
> Reviewed-by: Qingsi Wang <qingsi@webrtc.org>
> Reviewed-by: Elad Alon <eladalon@webrtc.org>
> Reviewed-by: Björn Terelius <terelius@webrtc.org>
> Cr-Commit-Position: refs/heads/master@{#25848}

TBR=eladalon@webrtc.org,terelius@webrtc.org,zstein@webrtc.org,qingsi@webrtc.org,jeroendb@webrtc.org

Change-Id: Ib3b0a845f2300f4fcba2061650e17522735f08b3
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: webrtc:9972
Reviewed-on: https://webrtc-review.googlesource.com/c/112581
Reviewed-by: Erik Språng <sprang@webrtc.org>
Commit-Queue: Erik Språng <sprang@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25852}
2018-11-30 09:28:25 +00:00
..
encoder Log DTLS state changes to RtcEventLog 2018-11-28 19:49:29 +00:00
events Revert "Add transaction id to CandidatePairEvents." 2018-11-30 09:28:25 +00:00
mock Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
output [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
DEPS [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
fake_rtc_event_log.cc Pass the RtcEventLog instance to ICE via JsepTransportController. 2018-06-12 05:04:35 +00:00
fake_rtc_event_log.h Pass the RtcEventLog instance to ICE via JsepTransportController. 2018-06-12 05:04:35 +00:00
fake_rtc_event_log_factory.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
fake_rtc_event_log_factory.h Pass the RtcEventLog instance to ICE via JsepTransportController. 2018-06-12 05:04:35 +00:00
icelogger.cc Revert "Add transaction id to CandidatePairEvents." 2018-11-30 09:28:25 +00:00
icelogger.h Revert "Add transaction id to CandidatePairEvents." 2018-11-30 09:28:25 +00:00
rtc_event_log.cc Move RtcEventLog::CreateNull implementation near declaration. 2018-10-18 13:39:58 +00:00
rtc_event_log.h Reland "Encode RTC event logs in new format." 2018-10-26 09:20:02 +00:00
rtc_event_log.proto Log probing bitrate and cluster id as int32 in event log. 2018-05-04 14:40:44 +00:00
rtc_event_log2.proto Log DTLS state changes to RtcEventLog 2018-11-28 19:49:29 +00:00
rtc_event_log2rtp_dump.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
rtc_event_log_factory.cc Provide the option of injecting rtc::TaskQueue when creating RtcEventLogImpl via factory methods. 2018-03-20 18:06:18 +00:00
rtc_event_log_factory.h [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
rtc_event_log_factory_interface.h Provide the option of injecting rtc::TaskQueue when creating RtcEventLogImpl via factory methods. 2018-03-20 18:06:18 +00:00
rtc_event_log_impl.cc Add version and UTC time fields to RTC event log. 2018-11-15 14:32:43 +00:00
rtc_event_log_parser_new.cc Log DTLS state changes to RtcEventLog 2018-11-28 19:49:29 +00:00
rtc_event_log_parser_new.h Log DTLS state changes to RtcEventLog 2018-11-28 19:49:29 +00:00
rtc_event_log_unittest.cc Log DTLS state changes to RtcEventLog 2018-11-28 19:49:29 +00:00
rtc_event_log_unittest_helper.cc Revert "Add transaction id to CandidatePairEvents." 2018-11-30 09:28:25 +00:00
rtc_event_log_unittest_helper.h Log DTLS state changes to RtcEventLog 2018-11-28 19:49:29 +00:00
rtc_event_processor.h [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
rtc_event_processor_unittest.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
rtc_stream_config.cc Rewrite the RtcEventLog unit test. 2018-06-26 10:23:29 +00:00
rtc_stream_config.h [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00