commit | eb0953307ce75cec031aedbf21abff08e5a737e5 | [log] [tgz] |
---|---|---|
author | Steve Block <steveblock@google.com> | Tue Dec 20 16:23:08 2011 +0000 |
committer | Alex Ray <aray@google.com> | Tue Jul 30 13:56:58 2013 -0700 |
tree | f68629af933e04983e26db5503983990de9b2881 | |
parent | 53ddace1a585c0515ea1c2e2091c4a8cd3a94864 [diff] [blame] |
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE See https://android-git.corp.google.com/g/156016 Bug: 5449033 Change-Id: I4c4e33bb9df3e39e11cd985e193e6fbab4635298
diff --git a/libs/utils/ZipFileRO.cpp b/libs/utils/ZipFileRO.cpp index d880f55..3069352 100644 --- a/libs/utils/ZipFileRO.cpp +++ b/libs/utils/ZipFileRO.cpp
@@ -269,7 +269,7 @@ } } if (i < 0) { - LOGD("Zip: EOCD not found, %s is not zip\n", mFileName); + ALOGD("Zip: EOCD not found, %s is not zip\n", mFileName); free(scanBuf); return false; }