diff options
author | Ziyan <jaraidaniel@gmail.com> | 2016-09-15 10:54:18 +0200 |
---|---|---|
committer | Andreas Blaesius <skate4life@gmx.de> | 2016-09-15 16:38:05 +0200 |
commit | c7b6a2401f5460b494722caf3ab94d1294c28d01 (patch) | |
tree | fcbc52d4d44e96367c1f8a881b24cc1b50a45c16 | |
parent | f7d3b8ec6fd67be159137e3a4cba5aa03b5a5881 (diff) | |
download | device_samsung_espressowifi-c7b6a2401f5460b494722caf3ab94d1294c28d01.zip device_samsung_espressowifi-c7b6a2401f5460b494722caf3ab94d1294c28d01.tar.gz device_samsung_espressowifi-c7b6a2401f5460b494722caf3ab94d1294c28d01.tar.bz2 |
audio: remove logcat spam
Change-Id: I5744b6c0db047c9144f0f1a2672e0c15413960fd
-rw-r--r-- | audio/audio_hw.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/audio_hw.c b/audio/audio_hw.c index 415cbd1..e5e53e2 100644 --- a/audio/audio_hw.c +++ b/audio/audio_hw.c @@ -19,7 +19,6 @@ */ #define LOG_TAG "audio_hw_primary" -#define LOG_NDEBUG 0 #include <errno.h> #include <pthread.h> |