Loading libs/utils/StreamingZipInflater.cpp +2 −1 Original line number Original line Diff line number Diff line Loading @@ -14,6 +14,7 @@ * limitations under the License. * limitations under the License. */ */ #define LOG_NDEBUG 1 #define LOG_TAG "szipinf" #define LOG_TAG "szipinf" #include <utils/Log.h> #include <utils/Log.h> Loading Loading @@ -157,7 +158,7 @@ ssize_t StreamingZipInflater::read(void* outBuf, size_t count) { */ */ int result = Z_OK; int result = Z_OK; if (mStreamNeedsInit) { if (mStreamNeedsInit) { LOGI("Initializing zlib to inflate"); LOGD("Initializing zlib to inflate"); result = inflateInit2(&mInflateState, -MAX_WBITS); result = inflateInit2(&mInflateState, -MAX_WBITS); mStreamNeedsInit = false; mStreamNeedsInit = false; } } Loading Loading
libs/utils/StreamingZipInflater.cpp +2 −1 Original line number Original line Diff line number Diff line Loading @@ -14,6 +14,7 @@ * limitations under the License. * limitations under the License. */ */ #define LOG_NDEBUG 1 #define LOG_TAG "szipinf" #define LOG_TAG "szipinf" #include <utils/Log.h> #include <utils/Log.h> Loading Loading @@ -157,7 +158,7 @@ ssize_t StreamingZipInflater::read(void* outBuf, size_t count) { */ */ int result = Z_OK; int result = Z_OK; if (mStreamNeedsInit) { if (mStreamNeedsInit) { LOGI("Initializing zlib to inflate"); LOGD("Initializing zlib to inflate"); result = inflateInit2(&mInflateState, -MAX_WBITS); result = inflateInit2(&mInflateState, -MAX_WBITS); mStreamNeedsInit = false; mStreamNeedsInit = false; } } Loading