summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2012-01-05 23:22:50 +0000
committerSteve Block <steveblock@google.com>2012-01-05 23:22:50 +0000
commite70ff37034fdb93f65d34704aec400ec9123e55c (patch)
tree86126a3cbaf89654ea427daac9a9822decba34a2 /libvideoeditor/lvpp/VideoEditorPreviewController.cpp
parentec9e663f697df4254dacc79f52cdb633179c92ab (diff)
downloadframeworks_av-e70ff37034fdb93f65d34704aec400ec9123e55c.zip
frameworks_av-e70ff37034fdb93f65d34704aec400ec9123e55c.tar.gz
frameworks_av-e70ff37034fdb93f65d34704aec400ec9123e55c.tar.bz2
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/157065 Bug: 5449033 Change-Id: I605079da4a7c01e6555e2aab6f16ccf8cc6ac694
Diffstat (limited to 'libvideoeditor/lvpp/VideoEditorPreviewController.cpp')
-rwxr-xr-xlibvideoeditor/lvpp/VideoEditorPreviewController.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvideoeditor/lvpp/VideoEditorPreviewController.cpp b/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
index d96ab31..fdf5570 100755
--- a/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
+++ b/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
@@ -1224,7 +1224,7 @@ void VideoEditorPreviewController::notify(
int info_val = ext2;
// ext1: Media framework error code.
// ext2: Implementation dependant error code.
- //LOGW("MEDIA_INFO; info/warning (%d, %d)", ext1, ext2);
+ //ALOGW("MEDIA_INFO; info/warning (%d, %d)", ext1, ext2);
if(pController->mJniCallback != NULL) {
pController->mJniCallback(pController->mJniCookie,
MSG_TYPE_PROGRESS_INDICATION, &info_val);