Clean up wvdrm log spam during movie playback

Change-Id: I398742e7a68c00f09fe54b0beb93a69e4f75cfb7
This commit is contained in:
Jeff Tinker
2016-01-13 12:01:55 -08:00
parent 4aedea8512
commit d36ddf661e

View File

@@ -93,8 +93,6 @@ ssize_t WVCryptoPlugin::decrypt(bool secure, const uint8_t key[KEY_ID_SIZE],
const void* srcPtr, const SubSample* subSamples,
size_t numSubSamples, void* dstPtr,
AString* errorDetailMsg) {
ALOGD("mode=%d, pattern:{encrypted=%d, skip=%d}", (int)mode, pattern.mEncryptBlocks, pattern.mSkipBlocks);
if (mode != kMode_Unencrypted && mode != kMode_AES_CTR) {
errorDetailMsg->setTo("Encryption mode is not supported by Widevine CDM.");
return kErrorUnsupportedCrypto;