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

Bug: 5449033
Change-Id: Ib08fe86d23db91ee153e9f91a99a35c42b9208ea

ZipEntry.cpp

index b00135ea903837c93b5efefb9555ef25a3539a57..1f3c93c3be3e6874ee56e90eaf998ea670a81d41 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) {