添加日志

tcx_xiyou_bt_ios hotfix/xiyou_bt/cdn_xiyouBtTest_and/1.1.14
wangzhenxing 2024-06-24 16:14:56 +08:00
parent 8bea26c783
commit 3734e2b579
1 changed files with 2 additions and 1 deletions

View File

@ -2228,6 +2228,7 @@ end
---- type, -- required, 调用时机
---- }
function SubmitExtraData(context)
LogError("开始日志上报==========================================================================================")
if not AppConst.isSDKLogin then
return
end
@ -2250,7 +2251,7 @@ function SubmitExtraData(context)
if context.type == SDKSubMitType.TYPE_CHANGE_NAME then
params.zoneName = context.oldName
end
LogError("开始日志上报==========================================================================================11111111")
SDKMgr:SubmitExtraData(params)
end