Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE

See https://android-git.corp.google.com/g/#/c/157220

Bug: 5449033
Change-Id: I9b2273ef758c78d927591c1a0a9f988de739742c
This commit is contained in:
Steve Block
2012-01-08 10:17:01 +00:00
parent b443024341
commit 7284b7e7f3
5 changed files with 24 additions and 24 deletions

View File

@@ -54,7 +54,7 @@ size_t WVMFileSource::Read(size_t amount, unsigned char *buffer)
if (result < 0) {
if (mLogOnce) {
LOGE("mDataSource-readAt returned error %d\n", (int)result );
ALOGE("mDataSource-readAt returned error %d\n", (int)result );
mLogOnce = false;
}
result = 0;