TencentCloud / TIMSDK

Tencent Cloud Chat features a comprehensive suite of solutions including global access, one-to-one chat, group chat, message push, profile and relationship chain hosting, and account authentication.
https://trtc.io/products/chat
2.54k stars 2.77k forks source link

安卓-6.0.1975-如何关闭控制台输出 #1346

Open senselesscn opened 12 months ago

senselesscn commented 12 months ago

issue标题:

【安卓】-【6.0.1975】:求助各路大神,如何关闭控制台输出

【当前现象】:即使在初始化时设置了日志等级,在初始化时还是会把敏感信息打印出来,初始化代码如下

        V2TIMSDKConfig config = new V2TIMSDKConfig();
        config.setLogLevel(V2TIMSDKConfig.V2TIM_LOG_NONE);
        V2TIMManager.getInstance().initSDK(context, sdkAppId, config);

【集成包】:com.tencent.imsdk:imsdk-plus:6.0.1975 【机型】:任意安卓机 【之前版本有无此问题】:-- 【有无日志或者描述、截图】: 控制台截图