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

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

Issue 134843005: Cast:Updating logging (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: media/cast/logging/logging_defines.cc
diff --git a/media/cast/logging/logging_defines.cc b/media/cast/logging/logging_defines.cc
index 16314714c1640bf888a4e62e6edaf092c171c1a6..5295670a495e8401b80f7c2f485875c272931c3e 100644
--- a/media/cast/logging/logging_defines.cc
+++ b/media/cast/logging/logging_defines.cc
@@ -10,7 +10,8 @@ namespace media {
namespace cast {
CastLoggingConfig::CastLoggingConfig()
- : enable_data_collection(false),
+ : enable_raw_data_collection(false),
+ enable_stats_data_collection(false),
enable_uma_stats(false),
enable_tracing(false) {}
@@ -39,8 +40,6 @@ std::string CastLoggingToString(CastLoggingEvent event) {
return "RembBitrate";
case(kAckSent):
return "AckSent";
- case(kLastEvent):
- return "LastEvent";
case(kAudioFrameReceived):
return "AudioFrameReceived";
case(kAudioFrameCaptured):

Powered by Google App Engine
This is Rietveld 408576698