增加切换center的errorType. reviewed by海子
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -188,6 +188,7 @@ | @@ -188,6 +188,7 @@ | ||
188 | #define kErrorTypeRNException @"RNException" // | 188 | #define kErrorTypeRNException @"RNException" // |
189 | #define kErrorTypeH5MetaException @"WVMETA" //针对feature.yoho.cn域名的H5页面meta校验失败 | 189 | #define kErrorTypeH5MetaException @"WVMETA" //针对feature.yoho.cn域名的H5页面meta校验失败 |
190 | #define kErrorTypeCDNCHANGE @"CDNCHANGE" // CDN切换到备用 | 190 | #define kErrorTypeCDNCHANGE @"CDNCHANGE" // CDN切换到备用 |
191 | +#define kErrorTypeCenterSwitch @"CenterSwitch"//双中心切换 | ||
191 | // Performance信息类型 | 192 | // Performance信息类型 |
192 | #define kPerformanceTypeImageLoad @"IMG_LOAD" | 193 | #define kPerformanceTypeImageLoad @"IMG_LOAD" |
193 | #define kPerformanceTypeAPICall @"API_CALL" | 194 | #define kPerformanceTypeAPICall @"API_CALL" |
-
Please register or login to post a comment