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

Commit 8a61dc02 authored by James Dong's avatar James Dong Committed by Android (Google) Code Review
Browse files

Merge "Revert "Added some informational log messages to track down ANR related issues"" into jb-dev

parents c15d6657 01e5b569
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -3648,7 +3648,7 @@ status_t OMXCodec::start(MetaData *meta) {
}

status_t OMXCodec::stop() {
    CODEC_LOGI("stop mState=%d", mState);
    CODEC_LOGV("stop mState=%d", mState);

    Mutex::Autolock autoLock(mLock);

@@ -3748,10 +3748,9 @@ status_t OMXCodec::stop() {
        mLeftOverBuffer = NULL;
    }

    CODEC_LOGI("stopping in state %d", mState);
    mSource->stop();

    CODEC_LOGI("stopped in state %d", mState);
    CODEC_LOGV("stopped in state %d", mState);

    return OK;
}