Enable AUDIO_ARRAYS_STATIC_CHECK.

Enable static check for audio arrays so that it can be earlier to catch
if there is any error within the audio arrays.

Bug: 135621476
Test: make
Change-Id: I598311e0853ca77dff83fb97974e534adb238567
Merged-In: I598311e0853ca77dff83fb97974e534adb238567
gugelfrei
jiabin 5 years ago
parent f3d474d651
commit 8cb192feee

@ -19,6 +19,9 @@
#define LOG_TAG "AudioFlinger"
//#define LOG_NDEBUG 0
// Define AUDIO_ARRAYS_STATIC_CHECK to check all audio arrays are correct
#define AUDIO_ARRAYS_STATIC_CHECK 1
#include "Configuration.h"
#include <dirent.h>
#include <math.h>

Loading…
Cancel
Save