parent
8bea26c783
commit
3734e2b579
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue