Merge "Fixed test and log formatting for CdmResponseType." into udc-dev

This commit is contained in:
Alex Dale
2023-03-28 19:21:20 +00:00
committed by Android (Google) Code Review
21 changed files with 149 additions and 108 deletions

View File

@@ -20,7 +20,7 @@ template <>
void SetAttributeField<drm_metrics::Attributes::kErrorCodeFieldNumber,
CdmResponseType>(const CdmResponseType& cdm_error,
drm_metrics::Attributes* attributes) {
attributes->set_error_code(cdm_error.Enum());
attributes->set_error_code(cdm_error.code());
}
template <>