diff options
author | Steve Block <steveblock@google.com> | 2011-12-20 16:25:58 +0000 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2012-01-03 22:30:14 +0000 |
commit | 4493042bc05cbfa82f2e5c13eec7bb152435fdba (patch) | |
tree | add4a599dde261a9d0478e7864444548109927db /include | |
parent | 9ba86645881d430709720664a1891fc816fe47a4 (diff) | |
download | device_samsung_crespo-4493042bc05cbfa82f2e5c13eec7bb152435fdba.zip device_samsung_crespo-4493042bc05cbfa82f2e5c13eec7bb152435fdba.tar.gz device_samsung_crespo-4493042bc05cbfa82f2e5c13eec7bb152435fdba.tar.bz2 |
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/156016
Bug: 5449033
Change-Id: If4249034e0a90a502aba69c199173c8ad4af93b3
Diffstat (limited to 'include')
-rw-r--r-- | include/sec_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sec_utils.h b/include/sec_utils.h index 80b4493..61980f0 100644 --- a/include/sec_utils.h +++ b/include/sec_utils.h @@ -320,7 +320,7 @@ inline unsigned int FRAME_SIZE(int HAL_PIXEL_FORMAT, int w, int h) break; default: - LOGD("%s::no matching source colorformat(0x%x), w(%d), h(%d) fail\n", + ALOGD("%s::no matching source colorformat(0x%x), w(%d), h(%d) fail\n", __func__, HAL_PIXEL_FORMAT, w, h); break; } |