summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorathurh <athurh@gmail.com>2012-07-14 10:20:20 +0200
committerathurh <athurh@gmail.com>2012-07-14 10:20:20 +0200
commitce1fed0d9a33f243eebfe6e3e851a1eb34ff21c3 (patch)
tree9a8b83b26518a4c0b37ec6999156d77c79e01e13
parent4dbd01b5bd6a39aa9217b6a0c75c6ff8b7b62f7b (diff)
downloadframeworks_base-ce1fed0d9a33f243eebfe6e3e851a1eb34ff21c3.zip
frameworks_base-ce1fed0d9a33f243eebfe6e3e851a1eb34ff21c3.tar.gz
frameworks_base-ce1fed0d9a33f243eebfe6e3e851a1eb34ff21c3.tar.bz2
audioflinger: Reduce samsung_volume_bug logging
Change-Id: I608363fc29cf6bce2439089e33d82f36f82986f9
-rw-r--r--services/audioflinger/AudioFlinger.cpp1
1 files changed, 0 insertions, 1 deletions
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< wp<Track
if (track->type() == 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;
}