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:
Steve Block
2011-10-20 11:56:15 +01:00
parent c2f26b79d4
commit 1f5802779b

View File

@@ -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();