Skip to content

Commit

Permalink
[Android] remove MediaDRM::KeyReqest::getRequestType from log for L d…
Browse files Browse the repository at this point in the history
…evices
  • Loading branch information
peak3d committed Aug 30, 2018
1 parent 430c440 commit 997abf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wvdecrypter/wvdecrypter_android_jni.cpp
Expand Up @@ -525,7 +525,7 @@ bool WV_CencSingleSampleDecrypter::KeyUpdateRequest(bool waitKeys)
optParams_.clear();

std::vector<char> keyRequestData = keyRequest.getData();
Log(SSD_HOST::LL_DEBUG, "Key request successful size: %lu, type:%d", keyRequestData.size(), keyRequest.getRequestType());
Log(SSD_HOST::LL_DEBUG, "Key request successful size: %lu/*, type:%d*/", keyRequestData.size()/*, keyRequest.getRequestType()*/);

if (!SendSessionMessage(keyRequestData))
return false;
Expand Down

0 comments on commit 997abf6

Please sign in to comment.