diff options
| author | 2020-02-12 14:53:18 -0800 | |
|---|---|---|
| committer | 2020-02-13 07:25:16 -0800 | |
| commit | b06912c2238374a35d1a035ea478649db3e31696 (patch) | |
| tree | 93da8224f8edf79e3a6f3b9e86d73bf5ac0d4364 | |
| parent | 5cf71d715e75abd93715c9e4f2182aa1b2d57c51 (diff) | |
Add fields to log secure/unsecure buffer playback errors
Add meteric to show the difference between drm
playback of protected vs unprotected content.
We log onQueueInputBuffer errors.
Bug: 138862395
Test: adb shell dumpsys media.metrics | grep -i InputBuffer
Change-Id: I4ebcc6050c5fa0fe16e5d854beb6d40703918fd2
| -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; } /** |