Skip to content

Commit d06897c

Browse files
committed
modify:not send report when test start
1 parent d34d603 commit d06897c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

XEngine_Release/XEngine_Config/XEngine_VerConfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"XVer":[
3+
"3.12.0.1001 Build20240920",
34
"3.11.0.1001 Build20240517",
45
"3.10.0.1001 Build20240305",
56
"3.9.0.1001 Build20231227",

XEngine_Source/XEngine_MQServiceApp/XEngine_MQServiceApp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ int main(int argc, char** argv)
330330
XLOG_PRINT(xhLog, XENGINE_HELPCOMPONENTS_XLOG_IN_LOGLEVEL_WARN, _X("启动服务中,MQTT消息服务没有被启用"));
331331
}
332332
//发送信息报告
333-
if (st_ServiceCfg.st_XReport.bEnable)
333+
if (st_ServiceCfg.st_XReport.bEnable && !bIsTest)
334334
{
335335
if (InfoReport_APIMachine_Send(st_ServiceCfg.st_XReport.tszAPIUrl, st_ServiceCfg.st_XReport.tszServiceName))
336336
{

0 commit comments

Comments
 (0)