diff options
| author | Steve Block <steveblock@google.com> | 2011-10-20 11:56:19 +0100 |
|---|---|---|
| committer | Steve Block <steveblock@google.com> | 2011-10-25 18:16:21 +0100 |
| commit | c937e739c0f822733bccb51c98a44b6b8c7bc663 (patch) | |
| tree | 71f10710effc9b872cfe9f46ca16f4d66eab1814 /mm-core | |
| parent | f1f18b0b5aadb0aeb23906ad3a854d6edc62dda7 (diff) | |
| download | android_hardware_qcom_media-c937e739c0f822733bccb51c98a44b6b8c7bc663.tar.gz android_hardware_qcom_media-c937e739c0f822733bccb51c98a44b6b8c7bc663.tar.bz2 android_hardware_qcom_media-c937e739c0f822733bccb51c98a44b6b8c7bc663.zip | |
Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/#/c/143865
Bug: 5449033
Change-Id: I8da16edc059df9a4abbae375ffcaa9c7458aa4b9
Diffstat (limited to 'mm-core')
| -rw-r--r-- | mm-core/omxcore/inc/qc_omx_msg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm-core/omxcore/inc/qc_omx_msg.h b/mm-core/omxcore/inc/qc_omx_msg.h index 5680f6bd..f0760e30 100644 --- a/mm-core/omxcore/inc/qc_omx_msg.h +++ b/mm-core/omxcore/inc/qc_omx_msg.h @@ -42,7 +42,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include <utils/Log.h> #define DEBUG_PRINT_ERROR LOGE #define DEBUG_PRINT LOGI - #define DEBUG_DETAIL LOGV + #define DEBUG_DETAIL ALOGV #else #define DEBUG_PRINT_ERROR printf #define DEBUG_PRINT printf |
