Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
YH_EventReport
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
hongyong.zhao
2018-07-18 16:19:52 +0800
Commit
83de53174c29acd8ff5d81adc8f06f8ace9fec4d
2 parents
635a6c1a
8b259138
Merge branch 'master' into dev_pageload
# Conflicts: # YHEventReport.podspec
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
YHEventReport/YHEventReport/YHEventReport/Utils/YHEventReportMacros.h
YHEventReport/YHEventReport/YHEventReport/Utils/YH_EventDataFactory.m
YHEventReport/YHEventReport/YHEventReport/Utils/YHEventReportMacros.h
View file @
83de531
...
...
@@ -131,6 +131,7 @@ typedef NS_ENUM(NSInteger, YHEventReportPointName) {
YHPN_NETWORK_API_CODE_ERR
,
//接口网络事件-有错误码返回的错误
YHPN_NETWORK_IMAGE_TIMEOUT
,
//图片网络事件-网络超时
YHPN_NETWORK_IMAGE_CODE_ERR
,
//图片网络事件-有错误码返回的错误
YHPN_NETWORK_NO_ACTIVENET
,
//无可用网络
YHPH_MEMORY
,
//内存使用状态
YHPN_AD_UNION
,
//联盟激活事件
};
...
...
YHEventReport/YHEventReport/YHEventReport/Utils/YH_EventDataFactory.m
View file @
83de531
...
...
@@ -256,6 +256,9 @@
case
YHPN_NETWORK_API_JSONFORMATFAIL
:
str
=
@"NETWORK_API_JSONFORMATFAIL"
;
break
;
case
YHPN_NETWORK_NO_ACTIVENET
:
str
=
@"NO_ACTIVENET"
;
break
;
case
YHPH_MEMORY
:
str
=
@"MEMORYMETRICS"
;
break
;
...
...
Please
register
or
login
to post a comment