Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0b2affe8 authored by Andreas Huber's avatar Andreas Huber Committed by Android Git Automerger
Browse files

am 87d208f7: Merge "This log message is codec specific." into gingerbread

Merge commit '87d208f7' into gingerbread-plus-aosp

* commit '87d208f7':
  This log message is codec specific.
parents af909581 87d208f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;