OSDN Git Service

Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
authorSteve Block <steveblock@google.com>
Wed, 4 Jan 2012 20:07:45 +0000 (20:07 +0000)
committerSteve Block <steveblock@google.com>
Wed, 4 Jan 2012 20:07:45 +0000 (20:07 +0000)
See https://android-git.corp.google.com/g/156801

Bug: 5449033
Change-Id: I02566a8d55d7f8845bcc11925b90b2dac4342e63

tools/zipalign/ZipEntry.cpp

index 4f91fc5..5273a5d 100644 (file)
@@ -200,7 +200,7 @@ status_t ZipEntry::addPadding(int padding)
     if (padding <= 0)
         return INVALID_OPERATION;
 
-    //LOGI("HEY: adding %d pad bytes to existing %d in %s\n",
+    //ALOGI("HEY: adding %d pad bytes to existing %d in %s\n",
     //    padding, mLFH.mExtraFieldLength, mCDE.mFileName);
 
     if (mLFH.mExtraFieldLength > 0) {