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

Unified Diff: media/cast/logging/logging_raw.cc

Issue 134843005: Cast:Updating logging (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Responding to review and removing unused files Created 6 years, 11 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
« no previous file with comments | « media/cast/logging/logging_internal.cc ('k') | media/cast/logging/logging_stats.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/logging/logging_raw.cc
diff --git a/media/cast/logging/logging_raw.cc b/media/cast/logging/logging_raw.cc
index 95257296000bbc8ff18a979c318b09fc07218068..3cc668dea70de430a9f1038d414b9bcd5a62dce8 100644
--- a/media/cast/logging/logging_raw.cc
+++ b/media/cast/logging/logging_raw.cc
@@ -92,6 +92,7 @@ void LoggingRaw::InsertPacketEvent(const base::TimeTicks& time_of_event,
base_info.size = size;
base_info.timestamp.push_back(time_of_event);
base_info.type.push_back(event);
+ info.packet_map.insert(std::make_pair(packet_id, base_info));
packet_map_.insert(std::make_pair(rtp_timestamp, info));
} else {
// Is this a new packet?
« no previous file with comments | « media/cast/logging/logging_internal.cc ('k') | media/cast/logging/logging_stats.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698