summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Android.mk
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-09-30 12:29:28 -0700
committerGlenn Kasten <gkasten@google.com>2012-11-01 10:32:46 -0700
commitd06785bebf7e43d4a011b62a252771373ada910c (patch)
treefc174c6734216926b8443f07dfaa3e7641de3441 /services/audioflinger/Android.mk
parent719ae96a5308273100a68d112f131c61f9b3db81 (diff)
downloadframeworks_av-d06785bebf7e43d4a011b62a252771373ada910c.zip
frameworks_av-d06785bebf7e43d4a011b62a252771373ada910c.tar.gz
frameworks_av-d06785bebf7e43d4a011b62a252771373ada910c.tar.bz2
Save copy of mic input, disabled by default
Change-Id: I4f5e95a5ddf016530d1b2747a0a5ca0962caabda
Diffstat (limited to 'services/audioflinger/Android.mk')
-rw-r--r--services/audioflinger/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/services/audioflinger/Android.mk b/services/audioflinger/Android.mk
index 58c4be4..4416b52 100644
--- a/services/audioflinger/Android.mk
+++ b/services/audioflinger/Android.mk
@@ -70,6 +70,10 @@ LOCAL_CFLAGS += -UFAST_TRACKS_AT_NON_NATIVE_SAMPLE_RATE
# 47.5 seconds at 44.1 kHz, 8 megabytes
# LOCAL_CFLAGS += -DTEE_SINK_FRAMES=0x200000
+# uncomment for dumpsys to write most recent audio input to .wav file
+# 47.5 seconds at 44.1 kHz, 8 megabytes
+# LOCAL_CFLAGS += -DTEE_SINK_INPUT_FRAMES=0x200000
+
# uncomment to enable the audio watchdog
# LOCAL_SRC_FILES += AudioWatchdog.cpp
# LOCAL_CFLAGS += -DAUDIO_WATCHDOG