summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/lvpp/VideoEditorPlayer.cpp
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2012-01-04 20:06:05 +0000
committerSteve Block <steveblock@google.com>2012-01-04 20:06:05 +0000
commitec9e663f697df4254dacc79f52cdb633179c92ab (patch)
treeb5a80447fbe0093a1acac8c9a9357949b7958747 /libvideoeditor/lvpp/VideoEditorPlayer.cpp
parent4ca06b0a9af472cfd13f52841fc9d2e5a6558674 (diff)
downloadframeworks_av-ec9e663f697df4254dacc79f52cdb633179c92ab.zip
frameworks_av-ec9e663f697df4254dacc79f52cdb633179c92ab.tar.gz
frameworks_av-ec9e663f697df4254dacc79f52cdb633179c92ab.tar.bz2
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
Diffstat (limited to 'libvideoeditor/lvpp/VideoEditorPlayer.cpp')
-rwxr-xr-xlibvideoeditor/lvpp/VideoEditorPlayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvideoeditor/lvpp/VideoEditorPlayer.cpp b/libvideoeditor/lvpp/VideoEditorPlayer.cpp
index 993f6f4..bf39fbf 100755
--- a/libvideoeditor/lvpp/VideoEditorPlayer.cpp
+++ b/libvideoeditor/lvpp/VideoEditorPlayer.cpp
@@ -58,7 +58,7 @@ status_t VideoEditorPlayer::setAudioPlayer(VideoEditorAudioPlayer *audioPlayer)
status_t VideoEditorPlayer::setDataSource(
const char *url, const KeyedVector<String8, String8> *headers) {
- LOGI("setDataSource('%s')", url);
+ ALOGI("setDataSource('%s')", url);
return mPlayer->setDataSource(url, headers);
}