commit | 2703f23af496c13cfa39cc7e157fa12d1cb4c169 | [log] [tgz] |
---|---|---|
author | Steve Block <steveblock@google.com> | Thu Oct 20 11:56:09 2011 +0100 |
committer | Steve Block <steveblock@google.com> | Tue Oct 25 18:16:03 2011 +0100 |
tree | e6ef5f3d8965bcbb43ea303bf422b53be2e86cf5 | |
parent | e20c2c1775349da6d4a5700f0c7faaa07d62f409 [diff] [blame] |
Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGE See https://android-git.corp.google.com/g/#/c/143865 Bug: 5449033 Change-Id: I366680b6e614b8983d1def28cc2fdbfa98f39531
diff --git a/libvideoeditor/lvpp/DummyAudioSource.cpp b/libvideoeditor/lvpp/DummyAudioSource.cpp index db1b573..a037d24 100755 --- a/libvideoeditor/lvpp/DummyAudioSource.cpp +++ b/libvideoeditor/lvpp/DummyAudioSource.cpp
@@ -39,8 +39,8 @@ /* DEBUG LEVEL SETUP */ /*---------------------*/ #define LOG1 LOGE /*ERRORS Logging*/ -#define LOG2 LOGV /*WARNING Logging*/ -#define LOG3 //LOGV /*COMMENTS Logging*/ +#define LOG2 ALOGV /*WARNING Logging*/ +#define LOG3 //ALOGV /*COMMENTS Logging*/ /*---------------------*/ /* CONSTANTS */