Return Client Identification information in Secure Stop
[ Merge of http://go/wvgerrit/14920 ] The renew_with_client_id field was not being correctly set when licenses were being restored for usage reporting. b/22047007 Change-Id: Ib769431b1e49bb498f53d8153a970b6c0a2776d2
This commit is contained in:
@@ -757,6 +757,9 @@ bool CdmLicense::RestoreLicenseForRelease(
|
||||
if (license.id().has_provider_session_token())
|
||||
provider_session_token_ = license.id().provider_session_token();
|
||||
|
||||
if (license.policy().has_renew_with_client_id())
|
||||
renew_with_client_id_ = license.policy().renew_with_client_id();
|
||||
|
||||
if (Properties::use_certificates_as_identification()) {
|
||||
if (!signed_response.has_session_key()) {
|
||||
LOGE("CdmLicense::RestoreLicenseForRelease: no session keys present");
|
||||
|
||||
Reference in New Issue
Block a user