Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/#/c/143865 Bug: 5449033 Change-Id: Ief4bbf031cabfd10f23082d57a7608f01b8229c1
This commit is contained in:
@@ -254,7 +254,7 @@ DrmInfo* WVMDrmPlugin::onAcquireDrmInfo(int uniqueId, const DrmInfoRequest* drmI
|
||||
}
|
||||
|
||||
std::string assetDbPath = drmInfoRequest->get(String8("WVAssetDBPathKey")).string();
|
||||
//LOGV("onAcquireDrmInfo: portal=%s, dsPath=%s", credentials.portal.c_str(), assetDbPath.c_str());
|
||||
//ALOGV("onAcquireDrmInfo: portal=%s, dsPath=%s", credentials.portal.c_str(), assetDbPath.c_str());
|
||||
|
||||
credentials.drmServerURL = drmInfoRequest->get(String8("WVDRMServerKey")).string();
|
||||
credentials.userData = drmInfoRequest->get(String8("WVCAUserDataKey")).string();
|
||||
|
||||
Reference in New Issue
Block a user