Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Unified Diff: webrtc/logging/rtc_event_log/rtc_event_log_parser.h

Issue 2666533002: Add probe logging to RtcEventLog. (Closed)
Patch Set: Comment fix. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/logging/rtc_event_log/rtc_event_log_parser.h
diff --git a/webrtc/logging/rtc_event_log/rtc_event_log_parser.h b/webrtc/logging/rtc_event_log/rtc_event_log_parser.h
index 8472668d75229762ad6671883f1428fdfe910e8c..d1612c79970742f68d07c23b65e20fb1f02b09ca 100644
--- a/webrtc/logging/rtc_event_log/rtc_event_log_parser.h
+++ b/webrtc/logging/rtc_event_log/rtc_event_log_parser.h
@@ -48,7 +48,9 @@ class ParsedRtcEventLog {
VIDEO_SENDER_CONFIG_EVENT = 9,
AUDIO_RECEIVER_CONFIG_EVENT = 10,
AUDIO_SENDER_CONFIG_EVENT = 11,
- AUDIO_NETWORK_ADAPTATION_EVENT = 16
+ AUDIO_NETWORK_ADAPTATION_EVENT = 16,
+ BWE_PROBE_CLUSTER_CREATED_EVENT = 17,
+ BWE_PROBE_RESULT_EVENT = 18
};
// Reads an RtcEventLog file and returns true if parsing was successful.

Powered by Google App Engine
This is Rietveld 408576698