diff options
author | Chirayu Desai <chirayudesai1@gmail.com> | 2015-01-15 18:31:24 +0530 |
---|---|---|
committer | Chirayu Desai <chirayudesai1@gmail.com> | 2015-01-15 18:31:24 +0530 |
commit | 88d2d26fac8da11dd25464b8d8bd852e1b03470a (patch) | |
tree | af3e1b701dbdf7efe8e914f7eb9a636b49c0b6f5 | |
parent | b230806de11413a948027833b441f1d783d01c1f (diff) |
libaudioamp: Disable verbose logging
Change-Id: Ibe5fc0d9a28f54e3287a644f37889ed856c4f096
-rw-r--r-- | libaudioamp/tfa9890.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libaudioamp/tfa9890.c b/libaudioamp/tfa9890.c index 564a70f..0220829 100644 --- a/libaudioamp/tfa9890.c +++ b/libaudioamp/tfa9890.c @@ -14,7 +14,7 @@ * limitations under the License. */ -#define LOG_NDEBUG 0 +//#define LOG_NDEBUG 0 #define LOG_TAG "tfa9890" #include <dlfcn.h> |