Disable some logs

Change-Id: I05fcf6869916504367814fd2abd2b1af88619f5b
This commit is contained in:
Gloria Wang
2010-11-02 15:02:48 -07:00
parent 02a1db7dc1
commit 5a6d148790
2 changed files with 0 additions and 5 deletions

View File

@@ -559,8 +559,6 @@ DecryptHandle* BpDrmManagerService::openDecryptSession(
handle->decryptInfo = new DecryptInfo();
handle->decryptInfo->decryptBufferLength = reply.readInt32();
}
} else {
LOGE("no decryptHandle is generated in service side");
}
return handle;
}
@@ -1232,8 +1230,6 @@ status_t BnDrmManagerService::onTransact(
reply->writeInt32(handle->decryptInfo->decryptBufferLength);
delete handle->decryptInfo; handle->decryptInfo = NULL;
}
} else {
LOGE("NULL decryptHandle is returned");
}
delete handle; handle = NULL;
return DRM_NO_ERROR;