From 24d7c408c52143bce7b49de82f3913fd8d1219cf Mon Sep 17 00:00:00 2001 From: Wei Jia Date: Tue, 12 Jan 2016 10:37:30 -0800 Subject: Sonivox: add SafetyNet log. Bug: 26366256 Change-Id: Ief72e01b7cc6d87a015105af847a99d3d9b03cb0 --- arm-wt-22k/lib_src/eas_wtsynth.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arm-wt-22k/lib_src/eas_wtsynth.c') 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 #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; } -- cgit v1.2.3