Added some debugging log messages for tracking down ANR related issue.

Change-Id: I2d338b5e4efbc13acdb3ed8f592d405052ecad9d
related-to-bug: 6565826
This commit is contained in:
James Dong
2012-05-29 14:06:32 -07:00
committed by The Android Automerger
parent 3177918a14
commit 7ef852fe2c

View File

@@ -140,7 +140,7 @@ status_t WVMMediaSource::start(MetaData *)
status_t WVMMediaSource::stop()
{
//ALOGD("WVMMediaSource::stop()");
ALOGD("WVMMediaSource::stop E");
Mutex::Autolock autoLock(mLock);
CHECK(mStarted);
@@ -161,6 +161,7 @@ status_t WVMMediaSource::stop()
mStarted = false;
ALOGD("WVMMediaSource::stop X");
return status;
}