commit | ec9e663f697df4254dacc79f52cdb633179c92ab | [log] [tgz] |
---|---|---|
author | Steve Block <steveblock@google.com> | Wed Jan 04 20:06:05 2012 +0000 |
committer | Steve Block <steveblock@google.com> | Wed Jan 04 20:06:05 2012 +0000 |
tree | b5a80447fbe0093a1acac8c9a9357949b7958747 | |
parent | 4ca06b0a9af472cfd13f52841fc9d2e5a6558674 [diff] [blame] |
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE See https://android-git.corp.google.com/g/156801 Bug: 5449033 Change-Id: I261ad4d5348f4832488707edeb3cbdbb6dd12fca
diff --git a/libvideoeditor/lvpp/DummyAudioSource.cpp b/libvideoeditor/lvpp/DummyAudioSource.cpp index a037d24..d461873 100755 --- a/libvideoeditor/lvpp/DummyAudioSource.cpp +++ b/libvideoeditor/lvpp/DummyAudioSource.cpp
@@ -168,7 +168,7 @@ Mutex::Autolock autoLock(mLock); if (mTimeStampUs >= mAudioDurationUs) { *out = NULL; - LOGI("EOS reached"); + ALOGI("EOS reached"); return ERROR_END_OF_STREAM; } }