summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/FastMixerState.cpp
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2013-01-18 15:09:48 -0800
committerGlenn Kasten <gkasten@google.com>2013-01-31 16:40:24 -0800
commit9e58b552f51b00b3b674102876bd6c77ef3da806 (patch)
tree7b01e1d9f788cbfb49a4c4fa8699334f630ea89a /services/audioflinger/FastMixerState.cpp
parenta416756864e2c7750d59d967ec2185532fa5c2e0 (diff)
downloadframeworks_av-9e58b552f51b00b3b674102876bd6c77ef3da806.zip
frameworks_av-9e58b552f51b00b3b674102876bd6c77ef3da806.tar.gz
frameworks_av-9e58b552f51b00b3b674102876bd6c77ef3da806.tar.bz2
AudioFlinger uses media.log service for logging
Change-Id: Ia0f8204334f6b233f644d897762a18c95d936b4b
Diffstat (limited to 'services/audioflinger/FastMixerState.cpp')
-rw-r--r--services/audioflinger/FastMixerState.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/audioflinger/FastMixerState.cpp b/services/audioflinger/FastMixerState.cpp
index 6305a83..c45c81b 100644
--- a/services/audioflinger/FastMixerState.cpp
+++ b/services/audioflinger/FastMixerState.cpp
@@ -31,7 +31,7 @@ FastTrack::~FastTrack()
FastMixerState::FastMixerState() :
mFastTracksGen(0), mTrackMask(0), mOutputSink(NULL), mOutputSinkGen(0),
mFrameCount(0), mCommand(INITIAL), mColdFutexAddr(NULL), mColdGen(0),
- mDumpState(NULL), mTeeSink(NULL)
+ mDumpState(NULL), mTeeSink(NULL), mNBLogWriter(NULL)
{
}