OSDN Git Service

media.log cleanup
authorGlenn Kasten <gkasten@google.com>
Wed, 27 Feb 2013 17:05:28 +0000 (09:05 -0800)
committerGlenn Kasten <gkasten@google.com>
Fri, 1 Mar 2013 23:36:26 +0000 (15:36 -0800)
commitab7d72f0804fbb7e91ad9d2a16f826d97e20e5d0
tree9eda6276ab70724dcc98e56f7ca16afeb70ff079
parent3605ab3c02516e4123c39062de301bacc8ea8d9f
media.log cleanup

Remove almost all of the specific logs, but leave the media.log
logging infrastructure in place for the next time we need it.

Re-apply a few good changes that were reverted earlier:
 - check logf format vs. argument list compatibility
 - distinguish potentially modified and actually modified tracks in FastMixer
 - fix benign bug where sq->end() was called more than once
 - fix a build warning

Bug: 6490974
Change-Id: I02d3e83646c738acaebb415bd0d6b548638b4ef5
include/media/nbaio/NBLog.h
services/audioflinger/AudioMixer.cpp
services/audioflinger/AudioMixer.h
services/audioflinger/FastMixer.cpp
services/audioflinger/Threads.cpp
services/audioflinger/Threads.h
services/audioflinger/Tracks.cpp