Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b06912c2 authored by Edwin Wong's avatar Edwin Wong
Browse files

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
parent 5cf71d71
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
}

/**