From 1f5802779b796ddd679a80e88549a64d9a2b6e36 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Thu, 20 Oct 2011 11:56:15 +0100 Subject: [PATCH] Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGE See https://android-git.corp.google.com/g/#/c/143865 Bug: 5449033 Change-Id: Ief4bbf031cabfd10f23082d57a7608f01b8229c1 --- proprietary/drmwvmplugin/src/WVMDrmPlugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proprietary/drmwvmplugin/src/WVMDrmPlugin.cpp b/proprietary/drmwvmplugin/src/WVMDrmPlugin.cpp index 3f5f820f..0d2c1ac3 100644 --- a/proprietary/drmwvmplugin/src/WVMDrmPlugin.cpp +++ b/proprietary/drmwvmplugin/src/WVMDrmPlugin.cpp @@ -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();