浏览代码

move the tpc transform logs to debug

jitsi-meet has been changed to have tpc.js on info by default, so these
logs still won't show by default.
dev1
bbaldino 7 年前
父节点
当前提交
2aa85ad171
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3
    1
      modules/RTC/TraceablePeerConnection.js

+ 3
- 1
modules/RTC/TraceablePeerConnection.js 查看文件

213
 
213
 
214
     // override as desired
214
     // override as desired
215
     this.trace = (what, info) => {
215
     this.trace = (what, info) => {
216
-        /* logger.warn('WTRACE', what, info);
216
+        logger.debug(what, info);
217
+
218
+        /*
217
         if (info && RTCBrowserType.isIExplorer()) {
219
         if (info && RTCBrowserType.isIExplorer()) {
218
             if (info.length > 1024) {
220
             if (info.length > 1024) {
219
                 logger.warn('WTRACE', what, info.substr(1024));
221
                 logger.warn('WTRACE', what, info.substr(1024));

正在加载...
取消
保存