diff options
author | Steve Block <steveblock@google.com> | 2012-01-04 20:05:49 +0000 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2012-01-04 20:05:49 +0000 |
commit | 6215d3ff4b5dfa52a5d8b9a42e343051f31066a5 (patch) | |
tree | fa31802ed64676368447b67d20567fc1e806c79d /tools | |
parent | c9c76a82c6d0bf2362044d899013832882f32c94 (diff) | |
download | frameworks_base-6215d3ff4b5dfa52a5d8b9a42e343051f31066a5.zip frameworks_base-6215d3ff4b5dfa52a5d8b9a42e343051f31066a5.tar.gz frameworks_base-6215d3ff4b5dfa52a5d8b9a42e343051f31066a5.tar.bz2 |
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/156801
Bug: 5449033
Change-Id: Ib08fe86d23db91ee153e9f91a99a35c42b9208ea
Diffstat (limited to 'tools')
-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 b00135e..1f3c93c 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) { |