Merge "Fixed test and log formatting for CdmResponseType." into udc-dev
This commit is contained in:
@@ -306,7 +306,7 @@ SharedBufferBase::~SharedBufferBase() {
|
||||
} else {
|
||||
ALOGE("Decrypt error in session %s during a sample %s protected data: %d",
|
||||
mSessionId.c_str(), hasProtectedData ? "with" : "without", static_cast<int>(res));
|
||||
switch (res.Enum()) {
|
||||
switch (res.code()) {
|
||||
case wvcdm::INSUFFICIENT_CRYPTO_RESOURCES:
|
||||
errorDetailMsg->assign(
|
||||
"Error decrypting data: insufficient crypto resources");
|
||||
|
||||
Reference in New Issue
Block a user