summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2010-09-21 15:17:04 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-09-21 15:17:04 -0700
commita3121424e0680647e8ab7beb4229db6d8d4f337f (patch)
treec063692548631faf79ee0d5c437358aa36801616 /media/libstagefright
parent43d4f743a9990cebc999d670ffb5a06133b80a54 (diff)
parent955194dc6a9f74dc4aeb4559f71f0323dc2f8166 (diff)
downloadframeworks_av-a3121424e0680647e8ab7beb4229db6d8d4f337f.zip
frameworks_av-a3121424e0680647e8ab7beb4229db6d8d4f337f.tar.gz
frameworks_av-a3121424e0680647e8ab7beb4229db6d8d4f337f.tar.bz2
Merge "This log message is codec specific." into gingerbread
Diffstat (limited to 'media/libstagefright')
-rw-r--r--media/libstagefright/OMXCodec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libstagefright/OMXCodec.cpp b/media/libstagefright/OMXCodec.cpp
index 523b79c..33081a9 100644
--- a/media/libstagefright/OMXCodec.cpp
+++ b/media/libstagefright/OMXCodec.cpp
@@ -1798,7 +1798,7 @@ void OMXCodec::onEvent(OMX_EVENTTYPE event, OMX_U32 data1, OMX_U32 data2) {
case OMX_EventError:
{
- LOGE("ERROR(0x%08lx, %ld)", data1, data2);
+ CODEC_LOGE("ERROR(0x%08lx, %ld)", data1, data2);
setState(ERROR);
break;