From ce1fed0d9a33f243eebfe6e3e851a1eb34ff21c3 Mon Sep 17 00:00:00 2001 From: athurh Date: Sat, 14 Jul 2012 10:20:20 +0200 Subject: audioflinger: Reduce samsung_volume_bug logging Change-Id: I608363fc29cf6bce2439089e33d82f36f82986f9 --- services/audioflinger/AudioFlinger.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/services/audioflinger/AudioFlinger.cpp b/services/audioflinger/AudioFlinger.cpp index 803a2bf..7c25380 100644 --- a/services/audioflinger/AudioFlinger.cpp +++ b/services/audioflinger/AudioFlinger.cpp @@ -2536,7 +2536,6 @@ uint32_t AudioFlinger::MixerThread::prepareTracks_l(const SortedVector< wptype() == AUDIO_STREAM_MUSIC && !track->isMuted() && !track->isPausing()) { if(mStreamTypes[AUDIO_STREAM_MUSIC].volume > 0 && !gMusicStreamNeedsPrevVolume) { gPrevMusicStreamVolume = mStreamTypes[AUDIO_STREAM_MUSIC].volume; - LOGD("Stored volume = %f", gPrevMusicStreamVolume); } else { gMusicStreamIsMuted = true; } -- cgit v1.1