diff options
| author | 2020-02-13 18:48:38 +0000 | |
|---|---|---|
| committer | 2020-02-13 18:48:38 +0000 | |
| commit | a52ea2960c771593b37508f79e0b2c0a9ea25eae (patch) | |
| tree | f673b8b46b189e07b78bd7d063f5f3ab74e1b7d7 | |
| parent | d088856bfbe63fa00f37e8ff9a0ef4cf6f36ab3f (diff) | |
| parent | b06912c2238374a35d1a035ea478649db3e31696 (diff) | |
Merge "Add fields to log secure/unsecure buffer playback errors"
| -rw-r--r-- | core/proto/android/stats/mediametrics/mediametrics.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/proto/android/stats/mediametrics/mediametrics.proto b/core/proto/android/stats/mediametrics/mediametrics.proto index 34ed90a8c90c..e1af9622adb3 100644 --- a/core/proto/android/stats/mediametrics/mediametrics.proto +++ b/core/proto/android/stats/mediametrics/mediametrics.proto @@ -154,6 +154,8 @@ message CodecData { optional int64 latency_avg = 18; optional int64 latency_count = 19; optional int64 latency_unknown = 20; + optional int32 queue_input_buffer_error = 21; + optional int32 queue_secure_input_buffer_error = 22; } /** |