Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/156016 Bug: 5449033 Change-Id: I2d28198c2fc4622a090f4d830cbb311fe522749c
This commit is contained in:
@@ -37,7 +37,7 @@ void WVMInfoListener::setSession(WVSession *session)
|
||||
|
||||
void WVMInfoListener::onInfo(const DrmInfoEvent &event)
|
||||
{
|
||||
//LOGD("WVMMediaSource::onInfo: type=%d, msg=%s!!!",
|
||||
//ALOGD("WVMMediaSource::onInfo: type=%d, msg=%s!!!",
|
||||
// event.getType(), event.getMessage().string());
|
||||
|
||||
if (event.getType() == MessageType_HeartbeatServer)
|
||||
@@ -60,7 +60,7 @@ void WVMInfoListener::configureHeartbeat()
|
||||
{
|
||||
// send the first time we have all the info
|
||||
if (mSession && mHaveInfo) {
|
||||
//LOGD("WVMMediaSource::calling WV_ConfigureHeartbeat()");
|
||||
//ALOGD("WVMMediaSource::calling WV_ConfigureHeartbeat()");
|
||||
WV_ConfigureHeartbeat(mSession, mServerUrl, mPeriod, mAssetId,
|
||||
mDeviceId, mStreamId, mUserData);
|
||||
mSession = NULL;
|
||||
|
||||
Reference in New Issue
Block a user