Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 649b5fba authored by Michael Bestas's avatar Michael Bestas
Browse files

libmedia: Tone down logging

* Originally added in 8c6297e4

Change-Id: Ieca88e86fff3540a46112c8f9bcf8c9ce92bcb7c
parent 33ade411
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
}
// -------------------------------------------------------------------------
@@ -772,7 +772,7 @@ void AudioTrack::flush()
{
#ifdef QCOM_DIRECTTRACK
    if(mDirectTrack != NULL) {
        ALOGE("mdirect track flush");
        ALOGV("mDirectTrack flush");
        mDirectTrack->flush();
        return ;
    }