diff options
author | imcheng@chromium.org <imcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-14 06:33:23 +0000 |
---|---|---|
committer | imcheng@chromium.org <imcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-14 06:33:23 +0000 |
commit | a5143efbc8521c9116f9fe36090f4b2e9dd75ec8 (patch) | |
tree | a436c633f3b2a21a9fbc5700608ffa9e1117fcd9 /media | |
parent | bf7e9fb112eb09c9c76afe25a6f0c89ae064978f (diff) | |
download | chromium_src-a5143efbc8521c9116f9fe36090f4b2e9dd75ec8.zip chromium_src-a5143efbc8521c9116f9fe36090f4b2e9dd75ec8.tar.gz chromium_src-a5143efbc8521c9116f9fe36090f4b2e9dd75ec8.tar.bz2 |
Cast: Add extraData argument to cast streaming api getLogs().
We will use this argument to pass in extra info like system information,
experiment tags for the mirror session, and have it attached to the log.
Review URL: https://codereview.chromium.org/275213004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270346 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media')
-rw-r--r-- | media/cast/logging/proto/raw_events.proto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/media/cast/logging/proto/raw_events.proto b/media/cast/logging/proto/raw_events.proto index 2ffed58..e94aed3 100644 --- a/media/cast/logging/proto/raw_events.proto +++ b/media/cast/logging/proto/raw_events.proto @@ -89,6 +89,10 @@ message LogMetadata { // of the Unix epoch. This is used for relating the timestamps in the events // to a real time and date. optional int64 reference_timestamp_ms_at_unix_epoch = 5; + + // Extra data to attach to the log, e.g. system info or + // experiment tags, in key-value JSON string format. + optional string extra_data = 6; } message AggregatedFrameEvent { |