Skip to content

Commit

Permalink
libmedia: Tone down logging
Browse files Browse the repository at this point in the history
* Originally added in 8c6297e

Change-Id: Ieca88e86fff3540a46112c8f9bcf8c9ce92bcb7c
  • Loading branch information
mikeNG committed Mar 14, 2015
1 parent 33ade41 commit 649b5fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media/libmedia/AudioTrack.cpp
Expand Up @@ -634,7 +634,7 @@ status_t AudioTrack::set(
mSequence = 1;
mObservedSequence = mSequence;
mInUnderrun = false;
ALOGE("AudioTrack::set : Exit");
ALOGV("AudioTrack::set : Exit");
return NO_ERROR;
}
// -------------------------------------------------------------------------
Expand Down Expand Up @@ -772,7 +772,7 @@ void AudioTrack::flush()
{
#ifdef QCOM_DIRECTTRACK
if(mDirectTrack != NULL) {
ALOGE("mdirect track flush");
ALOGV("mDirectTrack flush");
mDirectTrack->flush();
return ;
}
Expand Down

0 comments on commit 649b5fb

Please sign in to comment.