summaryrefslogtreecommitdiffstats
path: root/services/audioflinger
diff options
context:
space:
mode:
authorLeena Winterrowd <lenhardw@codeaurora.org>2015-12-23 17:54:33 -0800
committerSteve Kondik <steve@cyngn.com>2016-04-13 13:54:55 -0700
commitd27aa05a1e160badde0ae4ff9b09c72b1d688371 (patch)
treedc1755d61d0b21ea99e5d47ad5b3032c9b6bf82a /services/audioflinger
parent8a69897a5a6a461e9c564dbab88bf966ededb55e (diff)
downloadframeworks_av-d27aa05a1e160badde0ae4ff9b09c72b1d688371.zip
frameworks_av-d27aa05a1e160badde0ae4ff9b09c72b1d688371.tar.gz
frameworks_av-d27aa05a1e160badde0ae4ff9b09c72b1d688371.tar.bz2
frameworks/av: Fix LOG_NDEBUG compilation issues
Fix compilation issues that appear when enabling LOG_NDEBUG. Change-Id: I87e9e5ac66157759dd6f521fab0dd346089a011a
Diffstat (limited to 'services/audioflinger')
-rw-r--r--services/audioflinger/FastCapture.cpp1
-rw-r--r--services/audioflinger/FastCaptureDumpState.cpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/services/audioflinger/FastCapture.cpp b/services/audioflinger/FastCapture.cpp
index 2493fb7..7c8a25f 100644
--- a/services/audioflinger/FastCapture.cpp
+++ b/services/audioflinger/FastCapture.cpp
@@ -25,6 +25,7 @@
#include <media/AudioBufferProvider.h>
#include <utils/Log.h>
#include <utils/Trace.h>
+#include "AudioFlinger.h"
#include "FastCapture.h"
namespace android {
diff --git a/services/audioflinger/FastCaptureDumpState.cpp b/services/audioflinger/FastCaptureDumpState.cpp
index 53eeba5..de4a6db 100644
--- a/services/audioflinger/FastCaptureDumpState.cpp
+++ b/services/audioflinger/FastCaptureDumpState.cpp
@@ -15,7 +15,7 @@
*/
#define LOG_TAG "FastCaptureDumpState"
-//define LOG_NDEBUG 0
+//#define LOG_NDEBUG 0
#include "Configuration.h"
#include <utils/Log.h>