commit | c0b74df335aa99e3c3f6f752de531836faa0c7c5 | [log] [tgz] |
---|---|---|
author | Steve Block <steveblock@google.com> | Thu Jan 05 23:28:01 2012 +0000 |
committer | Steve Block <steveblock@google.com> | Thu Jan 05 23:28:01 2012 +0000 |
tree | ed178c886acf40620d5cd0f6426816c906c73b61 | |
parent | e8646c237f337e21fe6ce2bcd38c178dfca8f8f2 [diff] [blame] |
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE See https://android-git.corp.google.com/g/157065 Bug: 5449033 Change-Id: I817c12b1e97bee598097d02c70d509f7ab70576a
diff --git a/tools/zipalign/ZipEntry.cpp b/tools/zipalign/ZipEntry.cpp index 5273a5d..d4d366d 100644 --- a/tools/zipalign/ZipEntry.cpp +++ b/tools/zipalign/ZipEntry.cpp
@@ -90,7 +90,7 @@ * prefer the CDE values.) */ if (!hasDD && !compareHeaders()) { - LOGW("WARNING: header mismatch\n"); + ALOGW("WARNING: header mismatch\n"); // keep going? }