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/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::setDataSource( const char *url, const KeyedVector<String8, String8> *headers) { - LOGI("setDataSource('%s')", url); + ALOGI("setDataSource('%s')", url); return mPlayer->setDataSource(url, headers); }