Merge branch 'dev' of git.juzugame.com:b6-client/b6-lua into dev
This commit is contained in:
commit
eb3ec49d37
@ -991,6 +991,7 @@ function BIReport:postNetError(pbName, code, reqData)
|
|||||||
local args = {
|
local args = {
|
||||||
event_type = BIReport.NETWORK_OPT_TYPE.ERROR_CODE,
|
event_type = BIReport.NETWORK_OPT_TYPE.ERROR_CODE,
|
||||||
pb_name = pbName,
|
pb_name = pbName,
|
||||||
|
ui_name = UIManager:getTopUIIndex(),
|
||||||
error_code = code,
|
error_code = code,
|
||||||
req_data = reqData
|
req_data = reqData
|
||||||
}
|
}
|
||||||
@ -1001,6 +1002,7 @@ function BIReport:postPbDecodefailed(pbName, reqData)
|
|||||||
local args = {
|
local args = {
|
||||||
event_type = BIReport.NETWORK_OPT_TYPE.PD_DECODE_FAILED,
|
event_type = BIReport.NETWORK_OPT_TYPE.PD_DECODE_FAILED,
|
||||||
pb_name = pbName,
|
pb_name = pbName,
|
||||||
|
ui_name = UIManager:getTopUIIndex(),
|
||||||
req_data = reqData
|
req_data = reqData
|
||||||
}
|
}
|
||||||
self:report(EVENT_NAME_NETWORK_OPT, args)
|
self:report(EVENT_NAME_NETWORK_OPT, args)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user