summaryrefslogtreecommitdiffstats
path: root/arm-wt-22k/lib_src/eas_wtsynth.c
diff options
context:
space:
mode:
authorWei Jia <wjia@google.com>2016-01-13 19:15:14 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-01-13 19:15:14 +0000
commitf3f1da3028f61b7026c80a150cc40db52885ab8e (patch)
treef4c23c8ef854d5c78251398c0bace9267d2a5c2f /arm-wt-22k/lib_src/eas_wtsynth.c
parent7ddf08ce3b31d4eff8a05c5001c9af084baad533 (diff)
parent24d7c408c52143bce7b49de82f3913fd8d1219cf (diff)
downloadandroid_external_sonivox-f3f1da3028f61b7026c80a150cc40db52885ab8e.tar.gz
android_external_sonivox-f3f1da3028f61b7026c80a150cc40db52885ab8e.tar.bz2
android_external_sonivox-f3f1da3028f61b7026c80a150cc40db52885ab8e.zip
Sonivox: add SafetyNet log.
am: 24d7c408c5 * commit '24d7c408c52143bce7b49de82f3913fd8d1219cf': Sonivox: add SafetyNet log.
Diffstat (limited to 'arm-wt-22k/lib_src/eas_wtsynth.c')
-rw-r--r--arm-wt-22k/lib_src/eas_wtsynth.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arm-wt-22k/lib_src/eas_wtsynth.c b/arm-wt-22k/lib_src/eas_wtsynth.c
index 25a70db..9257951 100644
--- a/arm-wt-22k/lib_src/eas_wtsynth.c
+++ b/arm-wt-22k/lib_src/eas_wtsynth.c
@@ -29,6 +29,7 @@
// includes
#include "log/log.h"
+#include <cutils/log.h>
#include "eas_data.h"
#include "eas_report.h"
@@ -471,6 +472,7 @@ EAS_BOOL WT_CheckSampleEnd (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame, E
}
if (pWTIntFrame->numSamples < 0) {
ALOGE("b/26366256");
+ android_errorWriteLog(0x534e4554, "26366256");
pWTIntFrame->numSamples = 0;
}