summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2014-09-17 22:45:02 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-09-17 22:45:03 +0000
commit2720c8c45a0040d7007239c100591b9f092b780f (patch)
tree0e5b333d271b6eb4313af3eda79c4dfe5d9238db /services
parent866e028bbe30b1ba0b9d8903c88bbe8525b81a37 (diff)
parent80b617cf82e0030deef4f968a6341e2867166135 (diff)
downloadframeworks_av-2720c8c45a0040d7007239c100591b9f092b780f.zip
frameworks_av-2720c8c45a0040d7007239c100591b9f092b780f.tar.gz
frameworks_av-2720c8c45a0040d7007239c100591b9f092b780f.tar.bz2
Merge "audioflinger: remove debug log." into lmp-dev
Diffstat (limited to 'services')
-rw-r--r--services/audioflinger/Threads.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/services/audioflinger/Threads.cpp b/services/audioflinger/Threads.cpp
index 3d17c89..818bb05 100644
--- a/services/audioflinger/Threads.cpp
+++ b/services/audioflinger/Threads.cpp
@@ -3991,8 +3991,6 @@ AudioFlinger::PlaybackThread::mixer_state AudioFlinger::DirectOutputThread::prep
minFrames = 1;
}
- ALOGI("prepareTracks_l minFrames %d state %d frames ready %d, ",
- minFrames, track->mState, track->framesReady());
if ((track->framesReady() >= minFrames) && track->isReady() && !track->isPaused() &&
!track->isStopping_2() && !track->isStopped())
{