[Update]debug模式下关闭tts日志输出
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user