Merge "Add log when LoadEntitledContentKeys fails"
This commit is contained in:
committed by
Android (Google) Code Review
commit
50e4d67415
@@ -69,6 +69,7 @@ OEMCryptoResult EntitlementKeySession::SelectKey(const std::string& key_id,
|
|||||||
message.size(), 1, &entitled_key),
|
message.size(), 1, &entitled_key),
|
||||||
metrics_, oemcrypto_load_entitled_keys_, result);
|
metrics_, oemcrypto_load_entitled_keys_, result);
|
||||||
if (result != OEMCrypto_SUCCESS) {
|
if (result != OEMCrypto_SUCCESS) {
|
||||||
|
LOGE("SelectKey: OEMCrypto_LoadEntitledContentKeys error=%d", result);
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user