Merge "Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE"

This commit is contained in:
Steve Block
2012-01-05 14:08:24 -08:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ void WVMMediaSource::allocBufferGroup()
status_t WVMMediaSource::setBuffers(const Vector<MediaBuffer *> &buffers) {
#ifdef REQUIRE_SECURE_BUFFERS
if (!mIsLiveStream) {
LOGI("Using codec-supplied buffers");
ALOGI("Using codec-supplied buffers");
delete mGroup;
mGroup = new MediaBufferGroup;