Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2013-10-30 11:37:11 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a1a3a2eef9b7d316a012b774865f5c41cb4c8599
a1a3a2ee
1 parent
b4427877
add macro to disable the srs_trace
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
4 行增加
和
0 行删除
trunk/src/core/srs_core_log.hpp
trunk/src/core/srs_core_log.hpp
查看文件 @
a1a3a2e
...
...
@@ -82,5 +82,9 @@ extern ILogContext* log_context;
#undef srs_info
#define srs_info(msg, ...) (void)0
#endif
#if 0
#undef srs_trace
#define srs_trace(msg, ...) (void)0
#endif
#endif
...
...
请
注册
或
登录
后发表评论