Commit 0943e715 authored by Martin Storsjo's avatar Martin Storsjo

Remove android specific diagnostic logging

parent c8ad7a2e
...@@ -88,7 +88,7 @@ amm-info@iis.fraunhofer.de ...@@ -88,7 +88,7 @@ amm-info@iis.fraunhofer.de
expansion in the PCM time domain. expansion in the PCM time domain.
*******************************************************************************/ *******************************************************************************/
#include <log/log.h>
#include "pcmutils_lib.h" #include "pcmutils_lib.h"
#include "genericStds.h" #include "genericStds.h"
...@@ -2079,7 +2079,6 @@ PCMDMX_ERROR pcmDmx_ApplyFrame ( ...@@ -2079,7 +2079,6 @@ PCMDMX_ERROR pcmDmx_ApplyFrame (
} }
} }
if (ch != numInChannels) { if (ch != numInChannels) {
ALOGE("b/23876444");
return PCMDMX_INVALID_ARGUMENT; return PCMDMX_INVALID_ARGUMENT;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment