summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/OMXCodec.cpp
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2011-07-14 16:22:47 -0700
committerJames Dong <jdong@google.com>2011-07-14 16:22:47 -0700
commita3f4d7f096e5c91dc6af085761b1459866c043d9 (patch)
tree78f4f6a7a26553be4f4a2e6260c41901ce5849b9 /media/libstagefright/OMXCodec.cpp
parent9cded98816c40fd55053b1e38fc7fd8a68da8866 (diff)
downloadframeworks_av-a3f4d7f096e5c91dc6af085761b1459866c043d9.zip
frameworks_av-a3f4d7f096e5c91dc6af085761b1459866c043d9.tar.gz
frameworks_av-a3f4d7f096e5c91dc6af085761b1459866c043d9.tar.bz2
Revert "Add some logging to track down where ANR happens during MediaPlayer._release()."
This reverts commit a5293d1ca4459293f4993ea39c09ea703a022844. Conflicts: media/libstagefright/AwesomePlayer.cpp Change-Id: I2a5960208a6780b9a44ab5cce0ffc0e2fb28f426
Diffstat (limited to 'media/libstagefright/OMXCodec.cpp')
-rwxr-xr-xmedia/libstagefright/OMXCodec.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/media/libstagefright/OMXCodec.cpp b/media/libstagefright/OMXCodec.cpp
index 3b05752..4d553e9 100755
--- a/media/libstagefright/OMXCodec.cpp
+++ b/media/libstagefright/OMXCodec.cpp
@@ -3614,7 +3614,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);
@@ -3676,7 +3676,6 @@ status_t OMXCodec::stop() {
mLeftOverBuffer = NULL;
}
- CODEC_LOGI("stopping video source");
mSource->stop();
CODEC_LOGI("stopped in state %d", mState);