增加对网络日志的动态管理
This commit is contained in:
donghongyu
2022-04-18 16:10:57 +08:00
parent 116663c4fe
commit 87184ecf9c
5 changed files with 40 additions and 2 deletions

View File

@@ -51,6 +51,8 @@ public class MoGoApplication extends MultiDexApplication {
clientConfig.setThirdLogin(true);
// 设置是否输出日志
clientConfig.setShowDebugLog(true);
// 设置是否输出网络日志
clientConfig.setShowNetDebugLog(true);
// 设置是否是直播推流的主播 true-主播false-观众
clientConfig.setAnchor(false);
// 设置从蘑菇AI开放平台获取的APPKey