Merge "This log message is codec specific." into gingerbread
This commit is contained in:
committed by
Android (Google) Code Review
commit
87d208f7ea
@@ -1798,7 +1798,7 @@ void OMXCodec::onEvent(OMX_EVENTTYPE event, OMX_U32 data1, OMX_U32 data2) {
|
|||||||
|
|
||||||
case OMX_EventError:
|
case OMX_EventError:
|
||||||
{
|
{
|
||||||
LOGE("ERROR(0x%08lx, %ld)", data1, data2);
|
CODEC_LOGE("ERROR(0x%08lx, %ld)", data1, data2);
|
||||||
|
|
||||||
setState(ERROR);
|
setState(ERROR);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user