...
|
...
|
@@ -137,6 +137,8 @@ typedef NS_ENUM(NSInteger, YHEventReportPointName) { |
|
|
YHPH_MEMORY,//内存使用状态
|
|
|
YHPN_AD_UNION,//联盟激活事件
|
|
|
|
|
|
YHPN_INFO_APPL, //安装信息
|
|
|
|
|
|
YHPN_APPCPU,//APPCPU使用状态
|
|
|
YHPN_APPMEMORY,//APP内存使用状态
|
|
|
YHPN_APPTRAFFIC,//APP流量使用状态
|
...
|
...
|
@@ -174,6 +176,7 @@ typedef NS_ENUM(NSInteger, YHPointType) { |
|
|
YHPT_AD,
|
|
|
YHPT_APPTARGET,
|
|
|
YHPT_UFOBUSINESS,
|
|
|
YHPT_INFO,
|
|
|
};
|
|
|
|
|
|
#define YHEventReportDebugModeEnableKey @"YHEventReportDebugModeEnableKey"
|
...
|
...
|
|