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

See https://android-git.corp.google.com/g/156801

Bug: 5449033
Change-Id: Ib8dfa140669788229a5a59d5849907c92393225c
This commit is contained in:
Steve Block
2012-01-04 20:06:42 +00:00
parent efe632956d
commit 8d8df85113
2 changed files with 2 additions and 2 deletions

View File

@@ -428,7 +428,7 @@ int64_t WVMExtractorImpl::getCachedDurationUs(status_t *finalStatus) {
static time_t lastLogTime = now;
if (now > lastLogTime + 5) {
lastLogTime = now;
LOGI("using adaptive track #%d, rate=%ld\n",
ALOGI("using adaptive track #%d, rate=%ld\n",
currentTrack, encodedRates[currentTrack]);
}
}

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;