diff options
| author | 2012-01-05 14:07:02 -0800 | |
|---|---|---|
| committer | 2012-01-05 14:07:02 -0800 | |
| commit | bd47cac4dfc8440a848b33107cba1d6773f3e124 (patch) | |
| tree | 90def33029a99f96318ef4661203f24cce060f07 /tools/aapt/ZipEntry.cpp | |
| parent | c726ff02c7749f134885decadd2ea86877119c3d (diff) | |
| parent | 6215d3ff4b5dfa52a5d8b9a42e343051f31066a5 (diff) | |
Merge "Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE"
Diffstat (limited to 'tools/aapt/ZipEntry.cpp')
| -rw-r--r-- | tools/aapt/ZipEntry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt/ZipEntry.cpp b/tools/aapt/ZipEntry.cpp index b00135ea9038..1f3c93c3be3e 100644 --- a/tools/aapt/ZipEntry.cpp +++ b/tools/aapt/ZipEntry.cpp @@ -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) { |