summaryrefslogtreecommitdiffstats
path: root/libs3cjpeg
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2012-01-05 23:28:07 +0000
committerSteve Block <steveblock@google.com>2012-01-05 23:28:07 +0000
commit21d2b1ea2f1dff63fb9314d85aa8078057d90e7c (patch)
treef90ab5151d4916be8363c9c5820f53288e6c2875 /libs3cjpeg
parent522923a320fb7c94c7083f44596c8183f18be8da (diff)
downloaddevice_samsung_crespo-21d2b1ea2f1dff63fb9314d85aa8078057d90e7c.zip
device_samsung_crespo-21d2b1ea2f1dff63fb9314d85aa8078057d90e7c.tar.gz
device_samsung_crespo-21d2b1ea2f1dff63fb9314d85aa8078057d90e7c.tar.bz2
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/157065 Bug: 5449033 Change-Id: I6d2e59149c2f007d6ba8f1d2990837a37f712ffe
Diffstat (limited to 'libs3cjpeg')
-rw-r--r--libs3cjpeg/JpegEncoder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs3cjpeg/JpegEncoder.cpp b/libs3cjpeg/JpegEncoder.cpp
index 0273377..fb70a07 100644
--- a/libs3cjpeg/JpegEncoder.cpp
+++ b/libs3cjpeg/JpegEncoder.cpp
@@ -632,7 +632,7 @@ jpg_return_status JpegEncoder::checkMcu(sample_mode_t sampleMode,
if (expectedWidth == width && expectedHeight == height)
return JPG_SUCCESS;
- LOGW("The image is not matched for MCU");
+ ALOGW("The image is not matched for MCU");
uint32_t size = width*height * 2;
char *srcBuf, *dstBuf;