[Update]debug模式下关闭tts日志输出

This commit is contained in:
chenfufeng
2022-05-06 11:27:20 +08:00
parent 07ef3b0069
commit 9cb1947522

View File

@@ -131,9 +131,9 @@ public class PadTTS implements IMogoTTS, VoiceClient.VoiceCmdCallBack, OnTtsList
.setSavedDirPath("/sdcard/aispeech/echo")//设置echo前后音频保存路径
.create();
if (BuildConfig.DEBUG) {
DUILiteSDK.openLog();//开启日志需要在sdk init 之前调用
}
// if (BuildConfig.DEBUG) {
// DUILiteSDK.openLog();//开启日志需要在sdk init 之前调用
// }
DUILiteSDK.init(mContext, new DUILiteConfig.Builder()
.setApiKey("113cc31f6385113cc31f6385618c86f5")