commit | f8bd29c66308c820d579b3efb0942a53a277e2c5 | [log] [tgz] |
---|---|---|
author | Steve Block <steveblock@google.com> | Sun Jan 08 10:14:44 2012 +0000 |
committer | Steve Block <steveblock@google.com> | Sun Jan 08 10:14:44 2012 +0000 |
tree | 83b386db49c12a6ba562c1fec76e08c334cff929 | |
parent | e70ff37034fdb93f65d34704aec400ec9123e55c [diff] [blame] |
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE See https://android-git.corp.google.com/g/#/c/157220 Bug: 5449033 Change-Id: I5c54a0185527f6ca3e746d625a007aa06f6f25f9
diff --git a/libvideoeditor/lvpp/PreviewPlayer.cpp b/libvideoeditor/lvpp/PreviewPlayer.cpp index bdb5ce4..9a640a4 100755 --- a/libvideoeditor/lvpp/PreviewPlayer.cpp +++ b/libvideoeditor/lvpp/PreviewPlayer.cpp
@@ -743,7 +743,7 @@ initRenderer_l(); if (mVideoRenderer == NULL) { - LOGE("Cannot create renderer"); + ALOGE("Cannot create renderer"); return UNKNOWN_ERROR; } @@ -925,7 +925,7 @@ if (mAudioPlayer != NULL && !(mFlags & (AUDIO_RUNNING))) { status_t err = startAudioPlayer_l(); if (err != OK) { - LOGE("Starting the audio player failed w/ err %d", err); + ALOGE("Starting the audio player failed w/ err %d", err); return; } }