Merge "Fixed test and log formatting for CdmResponseType." into udc-dev
This commit is contained in:
@@ -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 <>
|
||||
|
||||
Reference in New Issue
Block a user