Do not log nonces
[ Merge of http://go/wvgerrit/99063 ] Bug: 155329753 Test: wv unit/integration tests Change-Id: I642b19f817ce69cb0838512cb8922a2e9c51cef2
This commit is contained in:
@@ -326,8 +326,6 @@ CdmResponseType CdmLicense::PrepareKeyRequest(
|
||||
return LICENSE_REQUEST_NONCE_GENERATION_ERROR;
|
||||
}
|
||||
license_request.set_key_control_nonce(nonce);
|
||||
LOGD("nonce = %u", nonce);
|
||||
|
||||
license_request.set_protocol_version(video_widevine::VERSION_2_1);
|
||||
|
||||
// License request is complete. Serialize it.
|
||||
@@ -478,7 +476,6 @@ CdmResponseType CdmLicense::PrepareKeyUpdateRequest(
|
||||
}
|
||||
}
|
||||
license_request.set_key_control_nonce(nonce);
|
||||
LOGD("nonce = %u", nonce);
|
||||
license_request.set_protocol_version(video_widevine::VERSION_2_1);
|
||||
|
||||
// License request is complete. Serialize it.
|
||||
|
||||
Reference in New Issue
Block a user