Authored by John Tai

修复pr开关关闭,ar开关打开时,无法上报的问题

... ... @@ -85,7 +85,7 @@
- (void)uploadPerformanceData:(id)parameters tag:(id)tag result:(void (^)(BOOL isSuc,id tag, NSError *error))result
{
#if !TARGET_IPHONE_SIMULATOR
if (![YHEventReport sharedInstance].isPerformanceTrackEnabled) {
if (![YHEventReport sharedInstance].isPerformanceTrackEnabled && ![YHEventReport sharedInstance].isAppReportEnable) {
return;
}
... ...