commit | a3121424e0680647e8ab7beb4229db6d8d4f337f | [log] [tgz] |
---|---|---|
author | Andreas Huber <andih@google.com> | Tue Sep 21 15:17:04 2010 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Sep 21 15:17:04 2010 -0700 |
tree | c063692548631faf79ee0d5c437358aa36801616 | |
parent | 43d4f743a9990cebc999d670ffb5a06133b80a54 [diff] | |
parent | 955194dc6a9f74dc4aeb4559f71f0323dc2f8166 [diff] |
Merge "This log message is codec specific." into gingerbread
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 @@ case OMX_EventError: { - LOGE("ERROR(0x%08lx, %ld)", data1, data2); + CODEC_LOGE("ERROR(0x%08lx, %ld)", data1, data2); setState(ERROR); break;