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

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

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.h
diff --git a/media/cast/logging/logging_defines.h b/media/cast/logging/logging_defines.h
index f75c9963a1500beed196c40360d13364668f77c1..a304c6e5543c7e834bbb98fba9ac6a46be2962e7 100644
--- a/media/cast/logging/logging_defines.h
+++ b/media/cast/logging/logging_defines.h
@@ -21,7 +21,8 @@ struct CastLoggingConfig {
CastLoggingConfig();
~CastLoggingConfig();
- bool enable_data_collection;
+ bool enable_raw_data_collection;
+ bool enable_stats_data_collection;
bool enable_uma_stats;
bool enable_tracing;
};
@@ -38,7 +39,6 @@ enum CastLoggingEvent {
kAckReceived,
kRembBitrate,
kAckSent,
- kLastEvent,
// Audio sender.
kAudioFrameReceived,
kAudioFrameCaptured,

Powered by Google App Engine
This is Rietveld 408576698