Skip to content

Commit 3f87cec

Browse files
committed
fixed:report info handle is incorrect
Signed-off-by: qyt <486179@qq.com>
1 parent 3e94926 commit 3f87cec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

XEngine_Source/XEngine_ServiceApp/XEngine_StreamMediaApp/XEngine_StreamMediaApp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ int main(int argc, char** argv)
620620
{
621621
XLOG_PRINT(xhLog, XENGINE_HELPCOMPONENTS_XLOG_IN_LOGLEVEL_WARN, _X("启动服务中,HLS(M3U8)文件流被设置为禁用"));
622622
}
623-
#ifdef _DEBUG
623+
#ifndef _DEBUG
624624
//发送信息报告
625625
if (st_ServiceConfig.st_XReport.bEnable && !bIsTest)
626626
{

0 commit comments

Comments
 (0)