From 557475e3c46c80d7a556768333492fc98b457ada Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Mon, 19 Jun 2023 17:46:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/common/bi_report.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/app/common/bi_report.lua b/lua/app/common/bi_report.lua index a30475cf..8885d10b 100644 --- a/lua/app/common/bi_report.lua +++ b/lua/app/common/bi_report.lua @@ -991,6 +991,7 @@ function BIReport:postNetError(pbName, code, reqData) local args = { event_type = BIReport.NETWORK_OPT_TYPE.ERROR_CODE, pb_name = pbName, + ui_name = UIManager:getTopUIIndex(), error_code = code, req_data = reqData } @@ -1001,6 +1002,7 @@ function BIReport:postPbDecodefailed(pbName, reqData) local args = { event_type = BIReport.NETWORK_OPT_TYPE.PD_DECODE_FAILED, pb_name = pbName, + ui_name = UIManager:getTopUIIndex(), req_data = reqData } self:report(EVENT_NAME_NETWORK_OPT, args)