am 0fb73729: Added some debugging log messages for tracking down ANR related issue.
* commit '0fb73729164f2d8fc294aa49888153b88944c312': Added some debugging log messages for tracking down ANR related issue.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user