...
|
...
|
@@ -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;
|
|
|
}
|
|
|
|
...
|
...
|
|