日志上报添加日志

tcx_xiyou_bt_ios hotfix/xiyou_bt/cdn_xiyouBtTest_and/1.1.16
wangzhenxing 2024-06-24 17:11:23 +08:00
parent ef8adb4eb0
commit 9977b269e6
1 changed files with 4 additions and 2 deletions

View File

@ -483,7 +483,7 @@ function this.RequestProtos(userId)
end
if UrlList[1] ~= "" and UrlList[2] ~="" then
this.protos:SetActive(true)
if chanel and (chanel=="XQOT" or chanel=="XQDC") then
if chanel and (chanel=="ZZXX" or chanel=="ZZXXXQ") then
this.newproto:SetActive(true)
else
this.newproto:SetActive(false)
@ -784,6 +784,8 @@ function this.ExecuteLoading()
LoadingPanel.End()
end)
end
LogError("开始调用日志上报--------------------------------------------------------")
this.SubmitGameData()
if OperatingManager.IsBuyGift(78)==false then
PlayerPrefs.SetInt(PlayerManager.uid.."chaozhijijin128",0)
end
@ -801,7 +803,6 @@ function this.ExecuteLoading()
RedpotManager.CheckAllRedPointStatus()
-- 检查新字状态
FunctionOpenMananger.InitCheck()
this.SubmitGameData()
DataCenterManager.CommitBootStatus()
end,
@ -993,6 +994,7 @@ function this.SubmitGameData()
PlayerPrefs.SetString(tostring(PlayerManager.uid), tostring(PlayerManager.uid))
SubmitExtraData({ type = SDKSubMitType.TYPE_CREATE_ROLE })
end
LogError("开始调用日志上报--------------------------------------------------------11111111111")
SubmitExtraData({ type = SDKSubMitType.TYPE_ENTER_GAME })
end