Add device files error detail to metrics.
[ Merge from http://go/wvgerrit/71923 ] Plumb through the device files error detail and add the detail to metrics. Bug: http://b/115382201 Test: Unit tests, manual GPlay. Change-Id: I18139f6712b6670be5fed863a97f9f03440745c7
This commit is contained in:
@@ -239,7 +239,7 @@ CdmResponseType WvContentDecryptionModule::GetUsageInfo(
|
||||
const std::string& app_id, const CdmIdentifier& identifier,
|
||||
CdmUsageInfo* usage_info) {
|
||||
CdmEngine* cdm_engine = EnsureCdmForIdentifier(identifier);
|
||||
CdmResponseType error_detail = NO_ERROR;
|
||||
int error_detail = NO_ERROR;
|
||||
return cdm_engine->GetUsageInfo(app_id, &error_detail, usage_info);
|
||||
}
|
||||
|
||||
@@ -247,7 +247,7 @@ CdmResponseType WvContentDecryptionModule::GetUsageInfo(
|
||||
const std::string& app_id, const CdmSecureStopId& ssid,
|
||||
const CdmIdentifier& identifier, CdmUsageInfo* usage_info) {
|
||||
CdmEngine* cdm_engine = EnsureCdmForIdentifier(identifier);
|
||||
CdmResponseType error_detail = NO_ERROR;
|
||||
int error_detail = NO_ERROR;
|
||||
return cdm_engine->GetUsageInfo(app_id, ssid, &error_detail, usage_info);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user