Skip to content

Commit df8bfb3

Browse files
committed
modify:cancel send info report when test start
1 parent cf48ba6 commit df8bfb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XEngine_Source/XEngine_APPService/XEngine_AuthorizeService/XEngine_AuthorizeService.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ int main(int argc, char** argv)
328328
XLOG_PRINT(xhLog, XENGINE_HELPCOMPONENTS_XLOG_IN_LOGLEVEL_INFO, _X("启动服务中,加密传输设置为关闭,采用明文传输"));
329329
}
330330
//发送信息报告
331-
if (st_AuthConfig.st_XReport.bEnable)
331+
if (st_AuthConfig.st_XReport.bEnable && !bIsTest)
332332
{
333333
if (InfoReport_APIMachine_Send(st_AuthConfig.st_XReport.tszAPIUrl, st_AuthConfig.st_XReport.tszServiceName))
334334
{

0 commit comments

Comments
 (0)