diff options
| author | 2012-01-19 17:28:26 -0800 | |
|---|---|---|
| committer | 2012-01-19 17:28:26 -0800 | |
| commit | db2b39300a8f763cf2d0c9808deb86db87d5492c (patch) | |
| tree | fce1cbeaacc788437bfba6ae0655e93fd74c9271 /tools/aapt/ZipEntry.cpp | |
| parent | dde686e2bdf7ea679dae4fd4edbf94c71802dc28 (diff) | |
| parent | f3f650db96d40014a0203393c585c368b0dd7a9a (diff) | |
am f3f650db: am a826f9e2: Merge "Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF)"
* commit 'f3f650db96d40014a0203393c585c368b0dd7a9a':
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF)
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 1f3c93c3be3e..b575988f0277 100644 --- a/tools/aapt/ZipEntry.cpp +++ b/tools/aapt/ZipEntry.cpp @@ -90,7 +90,7 @@ status_t ZipEntry::initFromCDE(FILE* fp) * prefer the CDE values.) */ if (!hasDD && !compareHeaders()) { - LOGW("warning: header mismatch\n"); + ALOGW("warning: header mismatch\n"); // keep going? } |