Commit ccf21104 authored by Mazy's avatar Mazy

optimize ad

parent f669091d
......@@ -13,11 +13,12 @@
64D45DF225495D010066055C /* UnityFramework.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 64D45DF025495D010066055C /* UnityFramework.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
64E8CA10254132E300AF1416 /* BGKeychainTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 64E8CA0F254132E300AF1416 /* BGKeychainTool.m */; };
64E8CA16254133CF00AF1416 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64E8CA15254133CF00AF1416 /* Foundation.framework */; };
68CA7397255BE17E002E73AD /* AddSigmobADManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 68CA738E255BE17E002E73AD /* AddSigmobADManager.m */; };
68CA7398255BE17E002E73AD /* AddCSJADManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 68CA738F255BE17E002E73AD /* AddCSJADManager.m */; };
68CA7399255BE17E002E73AD /* AddGDTADManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 68CA7392255BE17E002E73AD /* AddGDTADManager.m */; };
68CA739A255BE17E002E73AD /* IOSADManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 68CA7393255BE17E002E73AD /* IOSADManager.m */; };
68CA739B255BE17E002E73AD /* AddRuiShiADManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 68CA7396255BE17E002E73AD /* AddRuiShiADManager.m */; };
64F8967E255FABB800AF9AD7 /* AddSigmobADManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 64F89673255FABB800AF9AD7 /* AddSigmobADManager.m */; };
64F8967F255FABB800AF9AD7 /* AddCSJADManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 64F89675255FABB800AF9AD7 /* AddCSJADManager.m */; };
64F89680255FABB800AF9AD7 /* AddRuiShiADManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 64F89676255FABB800AF9AD7 /* AddRuiShiADManager.m */; };
64F89681255FABB800AF9AD7 /* AddGDTADManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 64F89678255FABB800AF9AD7 /* AddGDTADManager.m */; };
64F89682255FABB800AF9AD7 /* IOSADManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 64F89679255FABB800AF9AD7 /* IOSADManager.m */; };
64F89683255FABB800AF9AD7 /* GYAdsTrackMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 64F8967B255FABB800AF9AD7 /* GYAdsTrackMode.m */; };
6E42AF336D54EF2C5073BB5C /* Pods_GYDemo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 917ED4A8EF1F82D94F8A8E38 /* Pods_GYDemo.framework */; };
A91A7879253EE56B00F9B216 /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = A91A7878253EE56B00F9B216 /* AppDelegate.mm */; };
A91A7882253EE56B00F9B216 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A91A7880253EE56B00F9B216 /* Main.storyboard */; };
......@@ -43,7 +44,6 @@
A91A7950253F14C300F9B216 /* ZJGuideConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = A91A794B253F14C300F9B216 /* ZJGuideConfig.m */; };
A91A7963253F192A00F9B216 /* GYRedPacketView.m in Sources */ = {isa = PBXBuildFile; fileRef = A91A7962253F192A00F9B216 /* GYRedPacketView.m */; };
A91A796B253F193F00F9B216 /* GYRedPacketView.xib in Resources */ = {isa = PBXBuildFile; fileRef = A91A796A253F193F00F9B216 /* GYRedPacketView.xib */; };
A91A7975253F213100F9B216 /* GYAdsTrackMode.m in Sources */ = {isa = PBXBuildFile; fileRef = A91A7971253F213100F9B216 /* GYAdsTrackMode.m */; };
A91A797D253F244F00F9B216 /* GYGiftAlertView.m in Sources */ = {isa = PBXBuildFile; fileRef = A91A797C253F244F00F9B216 /* GYGiftAlertView.m */; };
A91A7982253F248E00F9B216 /* GYGiftAlertView.xib in Resources */ = {isa = PBXBuildFile; fileRef = A91A7981253F248E00F9B216 /* GYGiftAlertView.xib */; };
A91A7988253F310D00F9B216 /* GYOpenBoxModel.m in Sources */ = {isa = PBXBuildFile; fileRef = A91A7987253F310D00F9B216 /* GYOpenBoxModel.m */; };
......@@ -120,16 +120,18 @@
64E8CA0E254132E300AF1416 /* BGKeychainTool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BGKeychainTool.h; sourceTree = "<group>"; };
64E8CA0F254132E300AF1416 /* BGKeychainTool.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BGKeychainTool.m; sourceTree = "<group>"; };
64E8CA15254133CF00AF1416 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
68CA738D255BE17D002E73AD /* AddSigmobADManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddSigmobADManager.h; sourceTree = "<group>"; };
68CA738E255BE17E002E73AD /* AddSigmobADManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AddSigmobADManager.m; sourceTree = "<group>"; };
68CA738F255BE17E002E73AD /* AddCSJADManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AddCSJADManager.m; sourceTree = "<group>"; };
68CA7390255BE17E002E73AD /* AddGDTADManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddGDTADManager.h; sourceTree = "<group>"; };
68CA7391255BE17E002E73AD /* IOSADManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IOSADManager.h; sourceTree = "<group>"; };
68CA7392255BE17E002E73AD /* AddGDTADManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AddGDTADManager.m; sourceTree = "<group>"; };
68CA7393255BE17E002E73AD /* IOSADManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IOSADManager.m; sourceTree = "<group>"; };
68CA7394255BE17E002E73AD /* AddRuiShiADManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddRuiShiADManager.h; sourceTree = "<group>"; };
68CA7395255BE17E002E73AD /* AddCSJADManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddCSJADManager.h; sourceTree = "<group>"; };
68CA7396255BE17E002E73AD /* AddRuiShiADManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AddRuiShiADManager.m; sourceTree = "<group>"; };
64F89671255FABB800AF9AD7 /* AddCSJADManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddCSJADManager.h; sourceTree = "<group>"; };
64F89672255FABB800AF9AD7 /* AddRuiShiADManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddRuiShiADManager.h; sourceTree = "<group>"; };
64F89673255FABB800AF9AD7 /* AddSigmobADManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AddSigmobADManager.m; sourceTree = "<group>"; };
64F89674255FABB800AF9AD7 /* AddGDTADManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddGDTADManager.h; sourceTree = "<group>"; };
64F89675255FABB800AF9AD7 /* AddCSJADManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AddCSJADManager.m; sourceTree = "<group>"; };
64F89676255FABB800AF9AD7 /* AddRuiShiADManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AddRuiShiADManager.m; sourceTree = "<group>"; };
64F89677255FABB800AF9AD7 /* AddSigmobADManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddSigmobADManager.h; sourceTree = "<group>"; };
64F89678255FABB800AF9AD7 /* AddGDTADManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AddGDTADManager.m; sourceTree = "<group>"; };
64F89679255FABB800AF9AD7 /* IOSADManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IOSADManager.m; sourceTree = "<group>"; };
64F8967B255FABB800AF9AD7 /* GYAdsTrackMode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GYAdsTrackMode.m; sourceTree = "<group>"; };
64F8967C255FABB800AF9AD7 /* GYAdsTrackModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GYAdsTrackModel.h; sourceTree = "<group>"; };
64F8967D255FABB800AF9AD7 /* IOSADManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IOSADManager.h; sourceTree = "<group>"; };
917ED4A8EF1F82D94F8A8E38 /* Pods_GYDemo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_GYDemo.framework; sourceTree = BUILT_PRODUCTS_DIR; };
A91A7874253EE56B00F9B216 /* GYDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GYDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
A91A7877253EE56B00F9B216 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
......@@ -177,8 +179,6 @@
A91A7961253F192A00F9B216 /* GYRedPacketView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GYRedPacketView.h; sourceTree = "<group>"; };
A91A7962253F192A00F9B216 /* GYRedPacketView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GYRedPacketView.m; sourceTree = "<group>"; };
A91A796A253F193F00F9B216 /* GYRedPacketView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = GYRedPacketView.xib; sourceTree = "<group>"; };
A91A7971253F213100F9B216 /* GYAdsTrackMode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GYAdsTrackMode.m; sourceTree = "<group>"; };
A91A7973253F213100F9B216 /* GYAdsTrackModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GYAdsTrackModel.h; sourceTree = "<group>"; };
A91A797B253F244F00F9B216 /* GYGiftAlertView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GYGiftAlertView.h; sourceTree = "<group>"; };
A91A797C253F244F00F9B216 /* GYGiftAlertView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GYGiftAlertView.m; sourceTree = "<group>"; };
A91A7981253F248E00F9B216 /* GYGiftAlertView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = GYGiftAlertView.xib; sourceTree = "<group>"; };
......@@ -267,30 +267,41 @@
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
68A872EE255D385F006E4A88 /* model */ = {
64F8966F255FABB800AF9AD7 /* SCAds */ = {
isa = PBXGroup;
children = (
A91A7973253F213100F9B216 /* GYAdsTrackModel.h */,
A91A7971253F213100F9B216 /* GYAdsTrackMode.m */,
64F8967D255FABB800AF9AD7 /* IOSADManager.h */,
64F89679255FABB800AF9AD7 /* IOSADManager.m */,
64F89670255FABB800AF9AD7 /* platform */,
64F8967A255FABB800AF9AD7 /* model */,
);
path = model;
path = SCAds;
sourceTree = "<group>";
};
68A872EF255D3870006E4A88 /* platform */ = {
64F89670255FABB800AF9AD7 /* platform */ = {
isa = PBXGroup;
children = (
68CA7395255BE17E002E73AD /* AddCSJADManager.h */,
68CA738F255BE17E002E73AD /* AddCSJADManager.m */,
68CA7390255BE17E002E73AD /* AddGDTADManager.h */,
68CA7392255BE17E002E73AD /* AddGDTADManager.m */,
68CA7394255BE17E002E73AD /* AddRuiShiADManager.h */,
68CA7396255BE17E002E73AD /* AddRuiShiADManager.m */,
68CA738D255BE17D002E73AD /* AddSigmobADManager.h */,
68CA738E255BE17E002E73AD /* AddSigmobADManager.m */,
64F89674255FABB800AF9AD7 /* AddGDTADManager.h */,
64F89678255FABB800AF9AD7 /* AddGDTADManager.m */,
64F89672255FABB800AF9AD7 /* AddRuiShiADManager.h */,
64F89673255FABB800AF9AD7 /* AddSigmobADManager.m */,
64F89671255FABB800AF9AD7 /* AddCSJADManager.h */,
64F89675255FABB800AF9AD7 /* AddCSJADManager.m */,
64F89676255FABB800AF9AD7 /* AddRuiShiADManager.m */,
64F89677255FABB800AF9AD7 /* AddSigmobADManager.h */,
);
path = platform;
sourceTree = "<group>";
};
64F8967A255FABB800AF9AD7 /* model */ = {
isa = PBXGroup;
children = (
64F8967B255FABB800AF9AD7 /* GYAdsTrackMode.m */,
64F8967C255FABB800AF9AD7 /* GYAdsTrackModel.h */,
);
path = model;
sourceTree = "<group>";
};
A3BE8AD6E326D640425E6E5A /* Frameworks */ = {
isa = PBXGroup;
children = (
......@@ -335,8 +346,8 @@
A91A799B253FE21600F9B216 /* View */,
A91A7910253EEF1600F9B216 /* Model */,
A9AB9D90254121B600F0D766 /* UserManager */,
64F8966F255FABB800AF9AD7 /* SCAds */,
A91A7960253F188D00F9B216 /* Alert */,
A91A796F253F213100F9B216 /* SCAds */,
A91A7948253F14C300F9B216 /* GuideManager */,
A91A78EC253EE87500F9B216 /* Network */,
A91A78FA253EE8E300F9B216 /* Data */,
......@@ -484,17 +495,6 @@
path = Alert;
sourceTree = "<group>";
};
A91A796F253F213100F9B216 /* SCAds */ = {
isa = PBXGroup;
children = (
68A872EE255D385F006E4A88 /* model */,
68A872EF255D3870006E4A88 /* platform */,
68CA7391255BE17E002E73AD /* IOSADManager.h */,
68CA7393255BE17E002E73AD /* IOSADManager.m */,
);
path = SCAds;
sourceTree = "<group>";
};
A91A799B253FE21600F9B216 /* View */ = {
isa = PBXGroup;
children = (
......@@ -781,8 +781,9 @@
A91A78F2253EE87500F9B216 /* AESCipher.m in Sources */,
A91A7997253FDEFD00F9B216 /* GYSettingViewController.m in Sources */,
A91A794E253F14C300F9B216 /* LaunchScreenPlaceHolderVC.m in Sources */,
64F8967F255FABB800AF9AD7 /* AddCSJADManager.m in Sources */,
64022D5C255D6B7D00513333 /* GYCashSixAwardAlertView.m in Sources */,
68CA7398255BE17E002E73AD /* AddCSJADManager.m in Sources */,
64F89680255FABB800AF9AD7 /* AddRuiShiADManager.m in Sources */,
A9AB9D842540672D00F0D766 /* GYDayTaskModel.m in Sources */,
A91A7902253EE8E300F9B216 /* KeychainItemManager.m in Sources */,
A93AF23A254AD071002E8CBE /* RingView.m in Sources */,
......@@ -791,9 +792,7 @@
A91A78F3253EE87500F9B216 /* CGNetworkTools.m in Sources */,
A91A7963253F192A00F9B216 /* GYRedPacketView.m in Sources */,
A91A78D5253EE75500F9B216 /* CGUserManager.m in Sources */,
68CA739A255BE17E002E73AD /* IOSADManager.m in Sources */,
A9AB9D7125403E6B00F0D766 /* GYTaskCell.m in Sources */,
68CA739B255BE17E002E73AD /* AddRuiShiADManager.m in Sources */,
A91A79A1253FE25A00F9B216 /* GYSettingCell.m in Sources */,
A91A79C5254024A400F9B216 /* GYOrderInfoModel.m in Sources */,
A91A79B22540199800F9B216 /* GYOrderAlertView.m in Sources */,
......@@ -804,14 +803,15 @@
A91A79BE25401E3500F9B216 /* GYOrderInfoCell.m in Sources */,
A9F5CFF1254850340035F17B /* GYLoginViewController.m in Sources */,
A9AB9D8B25407BBB00F0D766 /* GYSignInCell.m in Sources */,
A91A7975253F213100F9B216 /* GYAdsTrackMode.m in Sources */,
A93AF223254AB230002E8CBE /* GYCountDownTimeView.m in Sources */,
64F89681255FABB800AF9AD7 /* AddGDTADManager.m in Sources */,
A91A7988253F310D00F9B216 /* GYOpenBoxModel.m in Sources */,
A9AB9DCC2541C3AA00F0D766 /* GYBaseModel.m in Sources */,
A9AB9D5D254039EE00F0D766 /* GYTaskAlertView.m in Sources */,
64F89682255FABB800AF9AD7 /* IOSADManager.m in Sources */,
64F89683255FABB800AF9AD7 /* GYAdsTrackMode.m in Sources */,
A91A7913253EEF5100F9B216 /* GYWheelSurfModel.m in Sources */,
68CA7397255BE17E002E73AD /* AddSigmobADManager.m in Sources */,
68CA7399255BE17E002E73AD /* AddGDTADManager.m in Sources */,
64F8967E255FABB800AF9AD7 /* AddSigmobADManager.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
......@@ -1003,7 +1003,7 @@
CODE_SIGN_ENTITLEMENTS = GYDemo/GYDemo.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 103;
CURRENT_PROJECT_VERSION = 126;
DEVELOPMENT_TEAM = XWMRLLSSFL;
ENABLE_BITCODE = NO;
GCC_INCREASE_PRECOMPILED_HEADER_SHARING = NO;
......@@ -1035,7 +1035,7 @@
CODE_SIGN_ENTITLEMENTS = GYDemo/GYDemo.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 103;
CURRENT_PROJECT_VERSION = 126;
DEVELOPMENT_TEAM = XWMRLLSSFL;
ENABLE_BITCODE = NO;
GCC_INCREASE_PRECOMPILED_HEADER_SHARING = NO;
......
......@@ -248,6 +248,11 @@ NSDictionary* appLaunchOpts;
GYGiftAlertView * gift = [[NSBundle mainBundle] loadNibNamed:NSStringFromClass([GYGiftAlertView class]) owner:self options:nil].firstObject;
gift.boxModel = boxModel;
gift.frame = [[self ufw] appController].window.bounds;
for (UIView *subView in [[self ufw] appController].window.subviews) {
if (subView.tag == 1024) {
return;
}
}
[[[self ufw] appController].window addSubview:gift];
[gift show:nil];
});
......@@ -327,6 +332,7 @@ NSDictionary* appLaunchOpts;
// 获取首页信息
- (void)ios_getHomeInfo {
[self isNetworking];
[[CGNetworkTools shared] getWithAction: getHomeInfo parameters: @{} success:^(id _Nonnull response) {
if ([[response objectForKey:@"status"] integerValue] == 200) {
NSData *data = [NSJSONSerialization dataWithJSONObject:[[response objectForKey:@"result"] objectForKey:@"data"] options:NSJSONWritingFragmentsAllowed error:nil];
......@@ -638,9 +644,9 @@ NSDictionary* appLaunchOpts;
if (rewardContentList == nil){
return;
}
if (rewardContentList.count <= 0) {
return;
}
// if (rewardContentList.count <= 0) {
// return;
// }
CGFloat totalRewardNumF = [[rewardContentList.firstObject objectForKey:@"totalRewardNum"] floatValue];
NSString *totalRewardNumS = [NSString stringWithFormat:@"%.2f", totalRewardNumF / 100.0];
......@@ -655,7 +661,7 @@ NSDictionary* appLaunchOpts;
}];
} else {
[MBProgressHUD showError:@"抱歉, 请重试"];
// [MBProgressHUD showError:@"抱歉, 请重试"];
}
}];
}
......@@ -810,12 +816,14 @@ NSDictionary* appLaunchOpts;
}
- (void)applicationWillResignActive:(UIApplication *)application {
[[[self ufw] appController] applicationWillResignActive: application]; }
- (void)applicationDidEnterBackground:(UIApplication *)application {
[[[self ufw] appController] applicationDidEnterBackground: application]; }
- (void)applicationWillEnterForeground:(UIApplication *)application {
[[[self ufw] appController] applicationWillEnterForeground: application]; }
- (void)applicationDidBecomeActive:(UIApplication *)application {
[[[self ufw] appController] applicationDidBecomeActive: application]; }
- (void)applicationWillTerminate:(UIApplication *)application {
[[[self ufw] appController] applicationWillTerminate: application]; }
......@@ -878,6 +886,42 @@ NSDictionary* appLaunchOpts;
return nil;
}
#pragma mark-监听网络
- (void)isNetworking
{
// 开启网络指示器
[[AFNetworkReachabilityManager sharedManager] setReachabilityStatusChangeBlock:^(AFNetworkReachabilityStatus status) {
switch (status) {
case AFNetworkReachabilityStatusUnknown:
NSLog(@"未识别的网络");
break;
case AFNetworkReachabilityStatusNotReachable:
{
NSLog(@"无网络连接");
//跳转到“About”(关于本机)页面
UIAlertController *alertVC = [UIAlertController alertControllerWithTitle:@"无网络连接" message:@"请检查网络环境,并确认开启网络访问权限!" preferredStyle: UIAlertControllerStyleAlert];
UIAlertAction *setting = [UIAlertAction actionWithTitle:@"检查网络" style:UIAlertActionStyleDefault handler:^(UIAlertAction * _Nonnull action) {
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString] options:@{} completionHandler:nil];
}];
[alertVC addAction:setting];
[[[self ufw] appController].window.rootViewController presentViewController:alertVC animated:true completion:nil];
}
break;
case AFNetworkReachabilityStatusReachableViaWiFi:
NSLog(@"WIFI");
break;
case AFNetworkReachabilityStatusReachableViaWWAN:
NSLog(@"蜂窝移动");
break;
default:
break;
}
}];
[[AFNetworkReachabilityManager sharedManager] startMonitoring];
}
@end
......@@ -48,6 +48,13 @@
</dict>
<key>NSUserTrackingUsageDescription</key>
<string>App需要打开您的广告追踪权限以追踪广告</string>
<key>SKAdNetworkItems</key>
<array>
<dict>
<key>SKAdNetworkIdentifier</key>
<string>58922NB4GD.skadnetwork</string>
</dict>
</array>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>UILaunchStoryboardName</key>
......@@ -75,12 +82,5 @@
</array>
<key>UIUserInterfaceStyle</key>
<string>Light</string>
<key>SKAdNetworkItems</key>
<array>
<dict>
<key>SKAdNetworkIdentifier</key>
<string>58922NB4GD.skadnetwork</string>
</dict>
</array>
</dict>
</plist>
......@@ -231,7 +231,7 @@ static IOSADManager * manager = nil;
self.haveLodeAD = YES;
loadADModel.loadADType = AdType;
if ([self.loadADDataArray count] > 10) {
if ([self.loadADDataArray count] > 6) {
[self.loadADDataArray removeObject:self.loadADDataArray.firstObject];
}
if (AdType == ADType_Video) {
......@@ -244,7 +244,7 @@ static IOSADManager * manager = nil;
if ([loadADModel.adPlatform isEqualToString:@"chuanshanjia"]) { // 穿山甲
if ([self contentADDataWith:loadADModel]) { //有数据
// 什么都不做或者 直接加载
// 什么都不做或者 直接加载
}else{
NSInteger time = 0.1;
if (self.csjAd == nil || self.loadADDataArray.count > 1) {
......@@ -252,7 +252,8 @@ static IOSADManager * manager = nil;
}else{
time = 5;
}
// 去加载
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(time * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
// 去加载
weakSelf.csjAd = nil;
AddCSJADManager * csjAd = [[AddCSJADManager alloc]init];
weakSelf.csjAd = csjAd;
......@@ -264,12 +265,10 @@ static IOSADManager * manager = nil;
csjAd.showSuccessCallbackBlock = ^(GYAdsTrackModel * _Nonnull model, BOOL success) {
[weakSelf blockResultShowWithData:model andSuccess:success];
};
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(time * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
});
[csjAd loadAdWithData:loadADModel withADType:AdType];
});
}
}else if ([loadADModel.adPlatform isEqualToString:@"guangdiantong"]){ // 广点通
if ([self contentADDataWith:loadADModel]) { //有数据
......@@ -408,7 +407,7 @@ static IOSADManager * manager = nil;
if (self.advertisingSpace) {
[[CGUserManager shared] addADLocCollection:self.advertisingSpace value:@"show_reward_video_ad" andADData:showData];
}
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.5 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
if ([showData.adPlatform isEqualToString:@"chuanshanjia"]) {
[weakSelf.csjAd showAdWithData:showData withADType:adType];
......@@ -421,14 +420,32 @@ static IOSADManager * manager = nil;
}else if ([showData.adPlatform isEqualToString:@"ruishi"]){
[weakSelf.ruishiAd showAdWithData:showData withADType:adType];
}
});
if ([showData.adPlatform isEqualToString:@"sigmob"]){
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(3 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
if (weakSelf.videoModels.count <= 1) {
[weakSelf requestVideoAD];
}else{
[weakSelf loadAdWithData:weakSelf.videoModels[1] withADType:ADType_Video];
}
});
} else {
if (weakSelf.videoModels.count <= 1) {
[weakSelf requestVideoAD];
}else{
[weakSelf loadAdWithData:weakSelf.videoModels[1] withADType:ADType_Video];
}
}
// dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(3 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
// if (weakSelf.videoModels.count <= 1) {
// [weakSelf requestVideoAD];
// }else{
// [weakSelf loadAdWithData:weakSelf.videoModels[1] withADType:ADType_Video];
// }
// });
}else if (adType == ADType_BigImage){ //大图
......@@ -655,13 +672,9 @@ static IOSADManager * manager = nil;
[weakSelf requestVideoAD];
}
}
}else if(model.loadADType == ADType_OpenScreen){
if(success){
......@@ -708,8 +721,6 @@ static IOSADManager * manager = nil;
if(model.loadADType == ADType_Video){
// [NSObject cancelPreviousPerformRequestsWithTarget:self];
[weakSelf clearCache:model];
weakSelf.adShowBlock(success);
if (success) {
......@@ -722,7 +733,8 @@ static IOSADManager * manager = nil;
} failure:^(NSError * _Nonnull error) {
}];
}else{
[MBProgressHUD showMessage:@"请重试"];
// [MBProgressHUD showMessage:@"请重试"];
self.showNow = YES;
[[CGUserManager shared] addLocCollection:@"reward_request" value:@"reward_display_failed"];
if (self.advertisingSpace) {
......@@ -731,6 +743,9 @@ static IOSADManager * manager = nil;
}
}
[weakSelf clearCache:model];
}else if(model.loadADType == ADType_OpenScreen){
if (success) {
[[CGUserManager shared] addLocCollection:@"splash_back" value:@"splash_display_success"];
......@@ -739,8 +754,9 @@ static IOSADManager * manager = nil;
[[CGUserManager shared] addLocCollection:@"splash_back" value:@"splash_display_failed"];
}
[weakSelf clearCache:model];
weakSelf.adShowBlock(success);
[weakSelf clearCache:model];
weakSelf.showNow = NO;
[[NSNotificationCenter defaultCenter] postNotificationName: LaunchAdSuccesShow object:nil];
......@@ -752,10 +768,9 @@ static IOSADManager * manager = nil;
[[CGUserManager shared] addLocCollection:@"native_back" value:@"native_display_failed"];
}
[weakSelf clearCache:model];
weakSelf.adShowBlock(success);
weakSelf.showNow = NO;
[weakSelf clearCache:model];
}
......
......@@ -9,8 +9,6 @@
#import "AppDelegate.h"
@interface AddCSJADManager ()
@property (nonatomic ,retain) GYAdsTrackModel * currentData;
......@@ -25,7 +23,7 @@
- (void)loadAdWithData:(GYAdsTrackModel *)loadADModel withADType:(eADType)AdType{
self.currentData = loadADModel;
WEAKSELF;
// WEAKSELF;
GYAdsTrackModel * model = loadADModel;
if (AdType == ADType_OpenScreen) { // 开屏
CGRect frame = [UIScreen mainScreen].bounds;
......@@ -45,6 +43,11 @@
}else if (AdType == ADType_Video){ //视频
GYAdsTrackModel * oldData = [IOSADManager shareADManager].cachevideo.firstObject;
if ([oldData.adPlatform isEqualToString: @"chuanshanjia"]) {
self.loadSuccessCallbackBlock(self.currentData, NO);
return;
}
BURewardedVideoModel * rewardedModel = [[BURewardedVideoModel alloc] init];
rewardedModel.userId = USERID;
......@@ -72,15 +75,21 @@
/// @param showData 广告对象
/// @param adType 广告类型
- (void)showAdWithData:(GYAdsTrackModel *)showData withADType:(eADType)adType;{
WEAKSELF
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.25 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
dispatch_async(dispatch_get_main_queue(), ^{
if (adType == ADType_OpenScreen) { // 开屏
}else if (adType == ADType_Video){ //视频
if (self.rewardedAd.isAdValid) {
[self.rewardedAd showAdFromRootViewController:self.currentVC];
if (weakSelf.rewardedAd.isAdValid) {
if ([weakSelf.rewardedAd showAdFromRootViewController: [(AppDelegate *)[UIApplication sharedApplication].delegate getTopViewController]]) {
}else{
weakSelf.showSuccessCallbackBlock(showData, NO);
}
}else{
self.showSuccessCallbackBlock(showData, NO);
weakSelf.showSuccessCallbackBlock(showData, NO);
}
}else if (adType == ADType_BigImage){ //大图
......@@ -102,7 +111,8 @@
WEAKSELF;
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(1 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
UIWindow *keyWindow = [UIApplication sharedApplication].windows.lastObject;
// UIWindow *keyWindow = [UIApplication sharedApplication].windows.lastObject;
UIWindow *keyWindow = [(AppDelegate *)[UIApplication sharedApplication].delegate getMainWindow];
[keyWindow.rootViewController.view addSubview:weakSelf.splashAd_CSJ];
weakSelf.splashAd_CSJ.rootViewController = keyWindow.rootViewController;
});
......
......@@ -6,6 +6,8 @@
//
#import "AddGDTADManager.h"
#import "AppDelegate.h"
@interface AddGDTADManager ()
@property (nonatomic ,retain) GYAdsTrackModel * currentData;
......@@ -21,7 +23,7 @@
self.currentData = loadADModel;
WEAKSELF;
// WEAKSELF;
GYAdsTrackModel * model = loadADModel;
if (AdType == ADType_OpenScreen) { // 开屏
......@@ -46,6 +48,11 @@
// });
}else if (AdType == ADType_Video){ //视频
GYAdsTrackModel * oldData = [IOSADManager shareADManager].cachevideo.firstObject;
if ([oldData.adPlatform isEqualToString: @"guangdiantong"]) {
self.loadSuccessCallbackBlock(self.currentData, NO);
return;
}
self.rewardVideoAd = [[GDTRewardVideoAd alloc] initWithPlacementId:model.codeId];
self.rewardVideoAd.videoMuted = NO;
......@@ -66,20 +73,27 @@
/// @param showData 广告对象
/// @param adType 广告类型
- (void)showAdWithData:(GYAdsTrackModel *)showData withADType:(eADType)adType;{
dispatch_async(dispatch_get_main_queue(), ^{
WEAKSELF
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.5 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
if (adType == ADType_OpenScreen) { // 开屏
}else if (adType == ADType_Video){ //视频
if (self.rewardVideoAd.isAdValid) {
[self.rewardVideoAd showAdFromRootViewController:self.currentVC];
// if (weakSelf.rewardVideoAd.isAdValid && [weakSelf.rewardVideoAd eCPM] > 0) {
if (weakSelf.rewardVideoAd.isAdValid) {
if ([weakSelf.rewardVideoAd showAdFromRootViewController: [(AppDelegate *)[UIApplication sharedApplication].delegate getTopViewController]]) {
}else{
self.showSuccessCallbackBlock(showData, NO);
weakSelf.showSuccessCallbackBlock(showData, NO);
}
}else{
weakSelf.showSuccessCallbackBlock(showData, NO);
}
}else if (adType == ADType_BigImage){ //大图
}
});
}
//MARK:开屏
......
......@@ -18,7 +18,7 @@
- (void)loadAdWithData:(GYAdsTrackModel *)loadADModel withADType:(eADType)AdType{
self.currentData = loadADModel;
WEAKSELF;
// WEAKSELF;
GYAdsTrackModel * model = loadADModel;
if (AdType == ADType_OpenScreen) { // 开屏
......@@ -67,20 +67,22 @@
/// @param showData 广告对象
/// @param adType 广告类型
- (void)showAdWithData:(GYAdsTrackModel *)showData withADType:(eADType)adType;{
dispatch_async(dispatch_get_main_queue(), ^{
WEAKSELF
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.25 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
if (adType == ADType_OpenScreen) { // 开屏
}else if (adType == ADType_Video){ //视频
[self.vlnVideoAD showAdFromRootViewController:self.currentVC];
[weakSelf.vlnVideoAD showAdFromRootViewController:weakSelf.currentVC];
}else if (adType == ADType_BigImage){ //大图
}
});
}
......
......@@ -65,20 +65,29 @@
/// @param adType 广告类型
- (void)showAdWithData:(GYAdsTrackModel *)showData withADType:(eADType)adType;{
WEAKSELF
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.25 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
dispatch_async(dispatch_get_main_queue(), ^{
NSString * ADID = showData.codeId;
if (adType == ADType_OpenScreen) { // 开屏
}else if (adType == ADType_Video){ //视频
if ([[WindRewardedVideoAd sharedInstance] isReady:ADID]) {
[[WindRewardedVideoAd sharedInstance] playAd:self.currentVC withPlacementId:ADID options:@{} error:nil];
NSError * error = nil;
[[WindRewardedVideoAd sharedInstance] playAd:weakSelf.currentVC withPlacementId:ADID options:@{} error:&error];
if (error) {
weakSelf.showSuccessCallbackBlock(showData, NO);
}
}else{
self.showSuccessCallbackBlock(showData, NO);
weakSelf.showSuccessCallbackBlock(showData, NO);
}
}else if (adType == ADType_BigImage){ //大图
}
});
});
}
......
......@@ -522,20 +522,23 @@
NSLog(@"jumpWebActivity %@", dict);
if ([dict[@"opentype"] integerValue] == 1) {
// 播放视频
WEAKSELF
[[IOSADManager shareADManager] showADType:ADType_Video resultBlock:^(BOOL success) {
if (success) {
[[CGUserManager shared] addLocCollection:@"play_adVideo_end_welfareTask" value:@""];
if ([dict[@"sid"] stringValue].length > 0) {
[[CGNetworkTools shared] postWithAction:welfareVideoReport parameters:@{@"sid": [dict[@"sid"] stringValue]} success:^(id _Nonnull response) {
if ([[response objectForKey:@"status"] integerValue] == 200) {
//
NSLog(@"welfare_video_report success");
[weakSelf.webView reload];
}
} failure:^(NSError * _Nonnull error) {
}];
}
} else {
[MBProgressHUD showError:@"抱歉, 请重试"];
// [MBProgressHUD showError:@"抱歉, 请重试"];
}
}];
} else {
......
......@@ -14,17 +14,17 @@
<key>BaiduMobAd_SDK.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>8</integer>
<integer>9</integer>
</dict>
<key>Bytedance-UnionAD.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>13</integer>
<integer>16</integer>
</dict>
<key>GDTMobSDK.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>17</integer>
<integer>7</integer>
</dict>
<key>KSAdSDK.xcscheme_^#shared#^_</key>
<dict>
......@@ -41,12 +41,12 @@
<key>MJExtension.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>15</integer>
<integer>10</integer>
</dict>
<key>MJRefresh.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>7</integer>
<integer>12</integer>
</dict>
<key>Masonry.xcscheme</key>
<dict>
......@@ -65,12 +65,12 @@
<key>RSPodKSAdaper.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>16</integer>
<integer>8</integer>
</dict>
<key>SigmobAd-iOS.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>9</integer>
<integer>17</integer>
</dict>
<key>SwiftyStoreKit.xcscheme</key>
<dict>
......@@ -82,12 +82,12 @@
<key>UMCCommon.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>10</integer>
<integer>15</integer>
</dict>
<key>VLionAdSDKPoly.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>14</integer>
<integer>13</integer>
</dict>
<key>WechatOpenSDK.xcscheme_^#shared#^_</key>
<dict>
......
......@@ -3,163 +3,164 @@
"traceEvents":[
{ "pid": 1, "tid": 1, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 1, "ts": 863.4, "dur": 18005366.4, "ph": "X", "name": "il2cpp.exe", "args": { "durationMS": 18005.3664, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 20072.6, "dur": 17986116.8, "ph": "X", "name": "ConvertAssemblies", "args": { "durationMS": 17986.1168, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 46034.2, "dur": 95977.2, "ph": "X", "name": "Collect assemblies to convert", "args": { "durationMS": 95.9772, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 142404.5, "dur": 37691.9, "ph": "X", "name": "RegisterCorlib", "args": { "durationMS": 37.6919, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 180269.2, "dur": 53312, "ph": "X", "name": "PreProcessIL", "args": { "durationMS": 53.312, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 180270.5, "dur": 10503.7, "ph": "X", "name": "Inject base types and finalizers into COM and Windows Runtime types", "args": { "durationMS": 10.5037, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 180575.4, "dur": 7299.9, "ph": "X", "name": "ModifyCOMAndWindowsRuntimeTypes in assembly", "args": { "durationMS": 7.2999, "detail": "mscorlib" } },
{ "pid": 1, "tid": 1, "ts": 188727.2, "dur": 843.7, "ph": "X", "name": "ModifyCOMAndWindowsRuntimeTypes in assembly", "args": { "durationMS": 0.8437, "detail": "DOTween" } },
{ "pid": 1, "tid": 1, "ts": 189571.4, "dur": 611.7, "ph": "X", "name": "ModifyCOMAndWindowsRuntimeTypes in assembly", "args": { "durationMS": 0.6117, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 1, "ts": 190776.7, "dur": 42804.3, "ph": "X", "name": "ApplyDefaultMarshalAsAttribute", "args": { "durationMS": 42.8043, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 190950.7, "dur": 25848.5, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 25.8485, "detail": "mscorlib" } },
{ "pid": 1, "tid": 1, "ts": 216896.7, "dur": 2165.2, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 2.1652, "detail": "System" } },
{ "pid": 1, "tid": 1, "ts": 219297.5, "dur": 1846.9, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 1.8469, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 1, "ts": 221485, "dur": 369.5, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 0.3695, "detail": "UnityEngine.AndroidJNIModule" } },
{ "pid": 1, "tid": 1, "ts": 222844.6, "dur": 5104.6, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 5.1046, "detail": "DOTween" } },
{ "pid": 1, "tid": 1, "ts": 227949.9, "dur": 1684.4, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 1.6844, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 1, "ts": 230429.3, "dur": 2544.7, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 2.5447, "detail": "Unity.TextMeshPro" } },
{ "pid": 1, "tid": 1, "ts": 232974.6, "dur": 605.7, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 0.6057, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 1, "ts": 233704.9, "dur": 7627.5, "ph": "X", "name": "WriteResources", "args": { "durationMS": 7.6275, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 241464.2, "dur": 22844.2, "ph": "X", "name": "CopyEtcFolder", "args": { "durationMS": 22.8442, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 265017, "dur": 239867.7, "ph": "X", "name": "PreProcessStage", "args": { "durationMS": 239.8677, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 505598.9, "dur": 1250.4, "ph": "X", "name": "Debugger Sequence Points", "args": { "durationMS": 1.2504, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 507626.4, "dur": 1282335.2, "ph": "X", "name": "Generics Collection", "args": { "durationMS": 1282.3352, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 507627.4, "dur": 1256836.7, "ph": "X", "name": "GenericsCollector.Collect", "args": { "durationMS": 1256.8367, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 508304, "dur": 12781.5, "ph": "X", "name": "GenericCodeFlowGraphCollector.Collect", "args": { "durationMS": 12.7815, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 508305, "dur": 12280.3, "ph": "X", "name": "GenericCodeFlowGraphCollector.GetTypesAndMethodsForAnalysis", "args": { "durationMS": 12.2803, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1764471.2, "dur": 24569.7, "ph": "X", "name": "CollectGenericVirtualMethods.Collect", "args": { "durationMS": 24.5697, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1789043.8, "dur": 710.9, "ph": "X", "name": "AddExtraTypes", "args": { "durationMS": 0.7109, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1789963.2, "dur": 1381.6, "ph": "X", "name": "Add Windows Runtime type names", "args": { "durationMS": 1.3816, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1792020.8, "dur": 9139770.4, "ph": "X", "name": "AllAssemblyConversion", "args": { "durationMS": 9139.7704, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1792604.6, "dur": 3700600.8, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 3700.6008, "detail": "mscorlib" } },
{ "pid": 1, "tid": 1, "ts": 5493209.2, "dur": 5483.2, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 5.4832, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 1, "ts": 5498694, "dur": 14255.4, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 14.2554, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 1, "ts": 5512951.2, "dur": 858, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 0.858, "detail": "System.Xml" } },
{ "pid": 1, "tid": 1, "ts": 5513810.4, "dur": 475872, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 475.872, "detail": "System" } },
{ "pid": 1, "tid": 1, "ts": 5989685.2, "dur": 2366.5, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 2.3665, "detail": "System.Core" } },
{ "pid": 1, "tid": 1, "ts": 5992053.2, "dur": 14625.6, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 14.6256, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 1, "ts": 6006680.4, "dur": 576027.4, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 576.0274, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 1, "ts": 6582709.2, "dur": 637.2, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 0.6372, "detail": "UnityEngine.GridModule" } },
{ "pid": 1, "tid": 1, "ts": 6583348, "dur": 827.8, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 0.8278, "detail": "UnityEngine.ImageConversionModule" } },
{ "pid": 1, "tid": 1, "ts": 6584177.2, "dur": 16293.9, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 16.2939, "detail": "UnityEngine.InputLegacyModule" } },
{ "pid": 1, "tid": 1, "ts": 6600475.6, "dur": 23050.7, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 23.0507, "detail": "UnityEngine.Physics2DModule" } },
{ "pid": 1, "tid": 1, "ts": 6623528, "dur": 21466.4, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 21.4664, "detail": "UnityEngine.TextRenderingModule" } },
{ "pid": 1, "tid": 1, "ts": 6644996, "dur": 32865.3, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 32.8653, "detail": "UnityEngine.UnityWebRequestModule" } },
{ "pid": 1, "tid": 1, "ts": 6677863.2, "dur": 87520, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 87.52, "detail": "UnityEngine.AndroidJNIModule" } },
{ "pid": 1, "tid": 1, "ts": 6765385.6, "dur": 26198.1, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 26.1981, "detail": "UnityEngine.AnimationModule" } },
{ "pid": 1, "tid": 1, "ts": 6791584.8, "dur": 12480, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 12.48, "detail": "UnityEngine.AudioModule" } },
{ "pid": 1, "tid": 1, "ts": 6804066.4, "dur": 55721.6, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 55.7216, "detail": "UnityEngine.GameCenterModule" } },
{ "pid": 1, "tid": 1, "ts": 6859789.6, "dur": 95611.3, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 95.6113, "detail": "UnityEngine.IMGUIModule" } },
{ "pid": 1, "tid": 1, "ts": 6955402.4, "dur": 2063.2, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 2.0632, "detail": "UnityEngine.JSONSerializeModule" } },
{ "pid": 1, "tid": 1, "ts": 6957467.2, "dur": 28960.4, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 28.9604, "detail": "UnityEngine.PhysicsModule" } },
{ "pid": 1, "tid": 1, "ts": 6986428.8, "dur": 709.4, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 0.7094, "detail": "UnityEngine.SpriteShapeModule" } },
{ "pid": 1, "tid": 1, "ts": 6987140, "dur": 36000, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 36, "detail": "UnityEngine.TextCoreModule" } },
{ "pid": 1, "tid": 1, "ts": 7023140.8, "dur": 748.5, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 0.7485, "detail": "UnityEngine.TilemapModule" } },
{ "pid": 1, "tid": 1, "ts": 7023891.2, "dur": 27382, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 27.382, "detail": "UnityEngine.UIModule" } },
{ "pid": 1, "tid": 1, "ts": 7051274.4, "dur": 3592.9, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 3.5929, "detail": "UnityEngine.UnityWebRequestTextureModule" } },
{ "pid": 1, "tid": 1, "ts": 7054868.8, "dur": 474.2, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 0.4742, "detail": "UnityEngine" } },
{ "pid": 1, "tid": 1, "ts": 7055344, "dur": 469157.5, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 469.1575, "detail": "DOTween" } },
{ "pid": 1, "tid": 1, "ts": 7524505.6, "dur": 1047445.3, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 1047.4453, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 1, "ts": 8571952.8, "dur": 7138.2, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 7.1382, "detail": "DOTween43" } },
{ "pid": 1, "tid": 1, "ts": 8579092.8, "dur": 21806.4, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 21.8064, "detail": "DOTween46" } },
{ "pid": 1, "tid": 1, "ts": 8600901.6, "dur": 23264.6, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 23.2646, "detail": "DOTweenPro" } },
{ "pid": 1, "tid": 1, "ts": 8624167.2, "dur": 39452.1, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 39.4521, "detail": "I18N" } },
{ "pid": 1, "tid": 1, "ts": 8663621.6, "dur": 90953.9, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 90.9539, "detail": "LitJson" } },
{ "pid": 1, "tid": 1, "ts": 8754580, "dur": 90257.5, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 90.2575, "detail": "I18N.CJK" } },
{ "pid": 1, "tid": 1, "ts": 8844841.6, "dur": 1759795.4, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 1759.7954, "detail": "Unity.TextMeshPro" } },
{ "pid": 1, "tid": 1, "ts": 10604639.2, "dur": 327150.8, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 327.1508, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 1, "ts": 10931940, "dur": 4244122, "ph": "X", "name": "WriteGenerics", "args": { "durationMS": 4244.122, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 10933074.4, "dur": 1159117.7, "ph": "X", "name": "GenericInstanceMethods", "args": { "durationMS": 1159.1177, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 12092197.6, "dur": 2802304.8, "ph": "X", "name": "GenericInstanceTypes", "args": { "durationMS": 2802.3048, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 14894648, "dur": 281384.1, "ph": "X", "name": "GenericComDefinitions", "args": { "durationMS": 281.3841, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 15176294.4, "dur": 632.4, "ph": "X", "name": "Executable Processing", "args": { "durationMS": 0.6324, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 15177926.4, "dur": 284632.9, "ph": "X", "name": "MetadataCollector", "args": { "durationMS": 284.6329, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 15179337.6, "dur": 9300, "ph": "X", "name": "UpdateEmptyTokens", "args": { "durationMS": 9.3, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 15189236.8, "dur": 11610.1, "ph": "X", "name": "ValidateTokens", "args": { "durationMS": 11.6101, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 15462987.2, "dur": 1892.6, "ph": "X", "name": "Write COM Callable Wrappers", "args": { "durationMS": 1.8926, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 15464968, "dur": 494.4, "ph": "X", "name": "Write Windows Runtime Factories", "args": { "durationMS": 0.4944, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 15465758.4, "dur": 2538754.4, "ph": "X", "name": "Metadata", "args": { "durationMS": 2538.7544, "detail": "Global" } },
{ "pid": 1, "tid": 1, "ts": 15523977.6, "dur": 882570.7, "ph": "X", "name": "Il2CppAttributes.cpp", "args": { "durationMS": 882.5707, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16556806.4, "dur": 17376.2, "ph": "X", "name": "UnresolvedVirtualCallStubs.cpp", "args": { "durationMS": 17.3762, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16576129.6, "dur": 381248.1, "ph": "X", "name": "WriteCodeRegistration", "args": { "durationMS": 381.2481, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16576172.8, "dur": 85361.3, "ph": "X", "name": "mscorlib_CodeGen.c", "args": { "durationMS": 85.3613, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16650708.8, "dur": 3635.3, "ph": "X", "name": "GenericContextCollector", "args": { "durationMS": 3.6353, "detail": "Collect" } },
{ "pid": 1, "tid": 1, "ts": 16661548.8, "dur": 538.9, "ph": "X", "name": "System.Configuration_CodeGen.c", "args": { "durationMS": 0.5389, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16662096, "dur": 519.6, "ph": "X", "name": "Mono.Security_CodeGen.c", "args": { "durationMS": 0.5196, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16662912, "dur": 8216.7, "ph": "X", "name": "System_CodeGen.c", "args": { "durationMS": 8.2167, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16671140.8, "dur": 1364, "ph": "X", "name": "System.Core_CodeGen.c", "args": { "durationMS": 1.364, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16672513.6, "dur": 876.3, "ph": "X", "name": "UnityEngine.SharedInternalsModule_CodeGen.c", "args": { "durationMS": 0.8763, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16673398.4, "dur": 14353.7, "ph": "X", "name": "UnityEngine.CoreModule_CodeGen.c", "args": { "durationMS": 14.3537, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16688393.6, "dur": 771.2, "ph": "X", "name": "UnityEngine.InputLegacyModule_CodeGen.c", "args": { "durationMS": 0.7712, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16689172.8, "dur": 897.3, "ph": "X", "name": "UnityEngine.Physics2DModule_CodeGen.c", "args": { "durationMS": 0.8973, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16690080, "dur": 828.2, "ph": "X", "name": "UnityEngine.TextRenderingModule_CodeGen.c", "args": { "durationMS": 0.8282, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16690916.8, "dur": 763, "ph": "X", "name": "UnityEngine.UnityWebRequestModule_CodeGen.c", "args": { "durationMS": 0.763, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16691689.6, "dur": 2612, "ph": "X", "name": "UnityEngine.AndroidJNIModule_CodeGen.c", "args": { "durationMS": 2.612, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16694310.4, "dur": 1114.8, "ph": "X", "name": "UnityEngine.AnimationModule_CodeGen.c", "args": { "durationMS": 1.1148, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16695436.8, "dur": 1588.3, "ph": "X", "name": "UnityEngine.AudioModule_CodeGen.c", "args": { "durationMS": 1.5883, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16697035.2, "dur": 1732.8, "ph": "X", "name": "UnityEngine.GameCenterModule_CodeGen.c", "args": { "durationMS": 1.7328, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16698777.6, "dur": 1875.4, "ph": "X", "name": "UnityEngine.IMGUIModule_CodeGen.c", "args": { "durationMS": 1.8754, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16700662.4, "dur": 339.5, "ph": "X", "name": "UnityEngine.JSONSerializeModule_CodeGen.c", "args": { "durationMS": 0.3395, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16701011.2, "dur": 1099.3, "ph": "X", "name": "UnityEngine.PhysicsModule_CodeGen.c", "args": { "durationMS": 1.0993, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16702416, "dur": 1228.5, "ph": "X", "name": "UnityEngine.TextCoreModule_CodeGen.c", "args": { "durationMS": 1.2285, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16703945.6, "dur": 1150.3, "ph": "X", "name": "UnityEngine.UIModule_CodeGen.c", "args": { "durationMS": 1.1503, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16705105.6, "dur": 352.5, "ph": "X", "name": "UnityEngine.UnityWebRequestTextureModule_CodeGen.c", "args": { "durationMS": 0.3525, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16705740.8, "dur": 10251.9, "ph": "X", "name": "DOTween_CodeGen.c", "args": { "durationMS": 10.2519, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16716003.2, "dur": 14920.9, "ph": "X", "name": "UnityEngine.UI_CodeGen.c", "args": { "durationMS": 14.9209, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16730958.4, "dur": 765.5, "ph": "X", "name": "DOTween43_CodeGen.c", "args": { "durationMS": 0.7655, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16731734.4, "dur": 862.6, "ph": "X", "name": "DOTween46_CodeGen.c", "args": { "durationMS": 0.8626, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16732604.8, "dur": 531.8, "ph": "X", "name": "DOTweenPro_CodeGen.c", "args": { "durationMS": 0.5318, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16733145.6, "dur": 1479.8, "ph": "X", "name": "I18N_CodeGen.c", "args": { "durationMS": 1.4798, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16734636.8, "dur": 1760.4, "ph": "X", "name": "LitJson_CodeGen.c", "args": { "durationMS": 1.7604, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16736408, "dur": 2084.5, "ph": "X", "name": "I18N.CJK_CodeGen.c", "args": { "durationMS": 2.0845, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16738504, "dur": 14019.6, "ph": "X", "name": "Unity.TextMeshPro_CodeGen.c", "args": { "durationMS": 14.0196, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16750571.2, "dur": 379.1, "ph": "X", "name": "GenericContextCollector", "args": { "durationMS": 0.3791, "detail": "Collect" } },
{ "pid": 1, "tid": 1, "ts": 16752536, "dur": 5988.5, "ph": "X", "name": "Assembly-CSharp_CodeGen.c", "args": { "durationMS": 5.9885, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16759152, "dur": 625.4, "ph": "X", "name": "Il2CppReversePInvokeWrapperTable.cpp", "args": { "durationMS": 0.6254, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16759944, "dur": 103220.4, "ph": "X", "name": "Il2CppGenericMethodPointerTable.cpp", "args": { "durationMS": 103.2204, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16863321.6, "dur": 76849.1, "ph": "X", "name": "Il2CppInvokerTable.cpp", "args": { "durationMS": 76.8491, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16940760, "dur": 14405.7, "ph": "X", "name": "Il2CppInteropDataTable.cpp", "args": { "durationMS": 14.4057, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16956675.2, "dur": 702, "ph": "X", "name": "Il2CppCodeRegistration.cpp", "args": { "durationMS": 0.702, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16957382.4, "dur": 1047130.4, "ph": "X", "name": "WriteMetadata", "args": { "durationMS": 1047.1304, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16961824, "dur": 220477.8, "ph": "X", "name": "Il2CppMetadataUsage.c", "args": { "durationMS": 220.4778, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17045200, "dur": 3930.7, "ph": "X", "name": "Metadata", "args": { "durationMS": 3.9307, "detail": "Collect string literals" } },
{ "pid": 1, "tid": 1, "ts": 17194380.8, "dur": 19898.9, "ph": "X", "name": "Il2CppGenericClassTable.c", "args": { "durationMS": 19.8989, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17214296, "dur": 29646.9, "ph": "X", "name": "Il2CppGenericInstDefinitions.c", "args": { "durationMS": 29.6469, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17243958.4, "dur": 288196.5, "ph": "X", "name": "Il2CppGenericMethodTable.c", "args": { "durationMS": 288.1965, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17532172.8, "dur": 93303.1, "ph": "X", "name": "Il2CppTypeDefinitions.c", "args": { "durationMS": 93.3031, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17625500.8, "dur": 54845.5, "ph": "X", "name": "Il2CppGenericMethodDefinitions.c", "args": { "durationMS": 54.8455, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17680352, "dur": 128789.8, "ph": "X", "name": "CompilerCalculateTypeValues", "args": { "durationMS": 128.7898, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17809164.8, "dur": 1680, "ph": "X", "name": "Il2CppMetadataRegistration.c", "args": { "durationMS": 1.68, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17811180.8, "dur": 8381.5, "ph": "X", "name": "StringLiteralWriter", "args": { "durationMS": 8.3815, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17819673.6, "dur": 1037.9, "ph": "X", "name": "Metadata Strings", "args": { "durationMS": 1.0379, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17820716.8, "dur": 4390.7, "ph": "X", "name": "Events", "args": { "durationMS": 4.3907, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17825112, "dur": 7726.5, "ph": "X", "name": "Properties", "args": { "durationMS": 7.7265, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17832844.8, "dur": 58271.3, "ph": "X", "name": "Methods", "args": { "durationMS": 58.2713, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17891123.2, "dur": 3455.8, "ph": "X", "name": "Parameter Default Values", "args": { "durationMS": 3.4558, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17894584, "dur": 4948, "ph": "X", "name": "Field Default Values", "args": { "durationMS": 4.948, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17899752, "dur": 442.8, "ph": "X", "name": "Field Marshaled Sizes", "args": { "durationMS": 0.4428, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17900198.4, "dur": 14751.9, "ph": "X", "name": "Parameters", "args": { "durationMS": 14.7519, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17914956.8, "dur": 10066.5, "ph": "X", "name": "Fields", "args": { "durationMS": 10.0665, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17925030.4, "dur": 3518.7, "ph": "X", "name": "Generic Parameters", "args": { "durationMS": 3.5187, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17928552, "dur": 745.7, "ph": "X", "name": "Generic Parameter Constraints", "args": { "durationMS": 0.7457, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17929302.4, "dur": 3181.7, "ph": "X", "name": "Generic Containers", "args": { "durationMS": 3.1817, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17932841.6, "dur": 1858.2, "ph": "X", "name": "VTables", "args": { "durationMS": 1.8582, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17934705.6, "dur": 1103.3, "ph": "X", "name": "Interface Offsets", "args": { "durationMS": 1.1033, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17935812.8, "dur": 45704.1, "ph": "X", "name": "Type Definitions", "args": { "durationMS": 45.7041, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17981531.2, "dur": 6888.3, "ph": "X", "name": "Images", "args": { "durationMS": 6.8883, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17988425.6, "dur": 3665.5, "ph": "X", "name": "Assemblies", "args": { "durationMS": 3.6655, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17992096, "dur": 868.2, "ph": "X", "name": "Metadata Usage Lists", "args": { "durationMS": 0.8682, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17992968, "dur": 2418.4, "ph": "X", "name": "Metadata Usage Pairs", "args": { "durationMS": 2.4184, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17995500.8, "dur": 469, "ph": "X", "name": "Referenced Assemblies", "args": { "durationMS": 0.469, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17995974.4, "dur": 980.1, "ph": "X", "name": "Attribute Types Ranges", "args": { "durationMS": 0.9801, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17996960, "dur": 434.7, "ph": "X", "name": "Attribute Types", "args": { "durationMS": 0.4347, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17997540.8, "dur": 515.6, "ph": "X", "name": "Unresolved Virtual Call Parameter Ranges", "args": { "durationMS": 0.5156, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17998201.6, "dur": 4658.8, "ph": "X", "name": "Exported Types", "args": { "durationMS": 4.6588, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 18004720, "dur": 626.3, "ph": "X", "name": "CompletionPhase", "args": { "durationMS": 0.6263, "detail": "" } }
{ "pid": 1, "tid": 1, "ts": 791.4, "dur": 19021396.8, "ph": "X", "name": "il2cpp.exe", "args": { "durationMS": 19021.3968, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 15216.4, "dur": 19006921.6, "ph": "X", "name": "ConvertAssemblies", "args": { "durationMS": 19006.9216, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 39150.4, "dur": 99918.4, "ph": "X", "name": "Collect assemblies to convert", "args": { "durationMS": 99.9184, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 139476.7, "dur": 39534.6, "ph": "X", "name": "RegisterCorlib", "args": { "durationMS": 39.5346, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 179206.6, "dur": 53871.3, "ph": "X", "name": "PreProcessIL", "args": { "durationMS": 53.8713, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 179207.7, "dur": 9696.1, "ph": "X", "name": "Inject base types and finalizers into COM and Windows Runtime types", "args": { "durationMS": 9.6961, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 179549.6, "dur": 6803.9, "ph": "X", "name": "ModifyCOMAndWindowsRuntimeTypes in assembly", "args": { "durationMS": 6.8039, "detail": "mscorlib" } },
{ "pid": 1, "tid": 1, "ts": 187108.8, "dur": 738.6, "ph": "X", "name": "ModifyCOMAndWindowsRuntimeTypes in assembly", "args": { "durationMS": 0.7386, "detail": "DOTween" } },
{ "pid": 1, "tid": 1, "ts": 187847.9, "dur": 544.1, "ph": "X", "name": "ModifyCOMAndWindowsRuntimeTypes in assembly", "args": { "durationMS": 0.5441, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 1, "ts": 188905.8, "dur": 44171.8, "ph": "X", "name": "ApplyDefaultMarshalAsAttribute", "args": { "durationMS": 44.1718, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 189061.9, "dur": 27524.1, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 27.5241, "detail": "mscorlib" } },
{ "pid": 1, "tid": 1, "ts": 216681.9, "dur": 1937, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 1.937, "detail": "System" } },
{ "pid": 1, "tid": 1, "ts": 218859.3, "dur": 1868.7, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 1.8687, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 1, "ts": 221403, "dur": 519, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 0.519, "detail": "UnityEngine.AndroidJNIModule" } },
{ "pid": 1, "tid": 1, "ts": 223044.7, "dur": 5151.2, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 5.1512, "detail": "DOTween" } },
{ "pid": 1, "tid": 1, "ts": 228196.7, "dur": 1675.7, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 1.6757, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 1, "ts": 230554.5, "dur": 1917.3, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 1.9173, "detail": "Unity.TextMeshPro" } },
{ "pid": 1, "tid": 1, "ts": 232472.3, "dur": 604.6, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 0.6046, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 1, "ts": 233199.8, "dur": 7909.5, "ph": "X", "name": "WriteResources", "args": { "durationMS": 7.9095, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 241312.2, "dur": 27724.2, "ph": "X", "name": "CopyEtcFolder", "args": { "durationMS": 27.7242, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 269819, "dur": 253218.7, "ph": "X", "name": "PreProcessStage", "args": { "durationMS": 253.2187, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 523778, "dur": 1275.7, "ph": "X", "name": "Debugger Sequence Points", "args": { "durationMS": 1.2757, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 525864, "dur": 1365100.5, "ph": "X", "name": "Generics Collection", "args": { "durationMS": 1365.1005, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 525865.1, "dur": 1338226.8, "ph": "X", "name": "GenericsCollector.Collect", "args": { "durationMS": 1338.2268, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 526569.9, "dur": 13687.5, "ph": "X", "name": "GenericCodeFlowGraphCollector.Collect", "args": { "durationMS": 13.6875, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 526570.8, "dur": 13176, "ph": "X", "name": "GenericCodeFlowGraphCollector.GetTypesAndMethodsForAnalysis", "args": { "durationMS": 13.176, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1864100, "dur": 25884.2, "ph": "X", "name": "CollectGenericVirtualMethods.Collect", "args": { "durationMS": 25.8842, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1889987, "dur": 760.6, "ph": "X", "name": "AddExtraTypes", "args": { "durationMS": 0.7606, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1890966.4, "dur": 1280.6, "ph": "X", "name": "Add Windows Runtime type names", "args": { "durationMS": 1.2806, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1892908.8, "dur": 9655135.2, "ph": "X", "name": "AllAssemblyConversion", "args": { "durationMS": 9655.1352, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1893497.2, "dur": 3956543.6, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 3956.5436, "detail": "mscorlib" } },
{ "pid": 1, "tid": 1, "ts": 5850043.2, "dur": 5460, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 5.46, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 1, "ts": 5855504.8, "dur": 14118.8, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 14.1188, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 1, "ts": 5869624.8, "dur": 1194.2, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 1.1942, "detail": "System.Xml" } },
{ "pid": 1, "tid": 1, "ts": 5870820.8, "dur": 493541.2, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 493.5412, "detail": "System" } },
{ "pid": 1, "tid": 1, "ts": 6364364.8, "dur": 1451.7, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 1.4517, "detail": "System.Core" } },
{ "pid": 1, "tid": 1, "ts": 6365817.6, "dur": 18979.8, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 18.9798, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 1, "ts": 6384800, "dur": 599426.7, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 599.4267, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 1, "ts": 6984229.6, "dur": 807.9, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 0.8079, "detail": "UnityEngine.GridModule" } },
{ "pid": 1, "tid": 1, "ts": 6985038.4, "dur": 829.2, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 0.8292, "detail": "UnityEngine.ImageConversionModule" } },
{ "pid": 1, "tid": 1, "ts": 6985868.8, "dur": 16642.6, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 16.6426, "detail": "UnityEngine.InputLegacyModule" } },
{ "pid": 1, "tid": 1, "ts": 7002513.6, "dur": 24206, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 24.206, "detail": "UnityEngine.Physics2DModule" } },
{ "pid": 1, "tid": 1, "ts": 7026720.8, "dur": 21208.7, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 21.2087, "detail": "UnityEngine.TextRenderingModule" } },
{ "pid": 1, "tid": 1, "ts": 7047931.2, "dur": 34822.9, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 34.8229, "detail": "UnityEngine.UnityWebRequestModule" } },
{ "pid": 1, "tid": 1, "ts": 7082755.2, "dur": 91638.3, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 91.6383, "detail": "UnityEngine.AndroidJNIModule" } },
{ "pid": 1, "tid": 1, "ts": 7174397.6, "dur": 26622.4, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 26.6224, "detail": "UnityEngine.AnimationModule" } },
{ "pid": 1, "tid": 1, "ts": 7201021.6, "dur": 15279.6, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 15.2796, "detail": "UnityEngine.AudioModule" } },
{ "pid": 1, "tid": 1, "ts": 7216302.4, "dur": 59292.6, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 59.2926, "detail": "UnityEngine.GameCenterModule" } },
{ "pid": 1, "tid": 1, "ts": 7275596.8, "dur": 103538.6, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 103.5386, "detail": "UnityEngine.IMGUIModule" } },
{ "pid": 1, "tid": 1, "ts": 7379137.6, "dur": 3057.9, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 3.0579, "detail": "UnityEngine.JSONSerializeModule" } },
{ "pid": 1, "tid": 1, "ts": 7382196.8, "dur": 29957.3, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 29.9573, "detail": "UnityEngine.PhysicsModule" } },
{ "pid": 1, "tid": 1, "ts": 7412156, "dur": 732.9, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 0.7329, "detail": "UnityEngine.SpriteShapeModule" } },
{ "pid": 1, "tid": 1, "ts": 7412890.4, "dur": 39009.1, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 39.0091, "detail": "UnityEngine.TextCoreModule" } },
{ "pid": 1, "tid": 1, "ts": 7451901.6, "dur": 1060.3, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 1.0603, "detail": "UnityEngine.TilemapModule" } },
{ "pid": 1, "tid": 1, "ts": 7452967.2, "dur": 31710.3, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 31.7103, "detail": "UnityEngine.UIModule" } },
{ "pid": 1, "tid": 1, "ts": 7484679.2, "dur": 3086.8, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 3.0868, "detail": "UnityEngine.UnityWebRequestTextureModule" } },
{ "pid": 1, "tid": 1, "ts": 7487767.2, "dur": 372, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 0.372, "detail": "UnityEngine" } },
{ "pid": 1, "tid": 1, "ts": 7488140.8, "dur": 491904.6, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 491.9046, "detail": "DOTween" } },
{ "pid": 1, "tid": 1, "ts": 7980047.2, "dur": 1091305.7, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 1091.3057, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 1, "ts": 9071356.8, "dur": 7852.7, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 7.8527, "detail": "DOTween43" } },
{ "pid": 1, "tid": 1, "ts": 9079211.2, "dur": 21839.3, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 21.8393, "detail": "DOTween46" } },
{ "pid": 1, "tid": 1, "ts": 9101052, "dur": 25907.3, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 25.9073, "detail": "DOTweenPro" } },
{ "pid": 1, "tid": 1, "ts": 9126963.2, "dur": 44180.9, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 44.1809, "detail": "I18N" } },
{ "pid": 1, "tid": 1, "ts": 9171147.2, "dur": 93742, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 93.742, "detail": "LitJson" } },
{ "pid": 1, "tid": 1, "ts": 9264892.8, "dur": 100648, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 100.648, "detail": "I18N.CJK" } },
{ "pid": 1, "tid": 1, "ts": 9365544.8, "dur": 1816670.6, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 1816.6706, "detail": "Unity.TextMeshPro" } },
{ "pid": 1, "tid": 1, "ts": 11182217.6, "dur": 365824.6, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 365.8246, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 1, "ts": 11548245.6, "dur": 4483294.4, "ph": "X", "name": "WriteGenerics", "args": { "durationMS": 4483.2944, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 11549744.8, "dur": 1293746.6, "ph": "X", "name": "GenericInstanceMethods", "args": { "durationMS": 1293.7466, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 12843499.2, "dur": 2892324, "ph": "X", "name": "GenericInstanceTypes", "args": { "durationMS": 2892.324, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 15735952, "dur": 295555.9, "ph": "X", "name": "GenericComDefinitions", "args": { "durationMS": 295.5559, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16031769.6, "dur": 603.5, "ph": "X", "name": "Executable Processing", "args": { "durationMS": 0.6035, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16032688, "dur": 309202.4, "ph": "X", "name": "MetadataCollector", "args": { "durationMS": 309.2024, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16033939.2, "dur": 9464.2, "ph": "X", "name": "UpdateEmptyTokens", "args": { "durationMS": 9.4642, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16044057.6, "dur": 12533.8, "ph": "X", "name": "ValidateTokens", "args": { "durationMS": 12.5338, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16342337.6, "dur": 1811.3, "ph": "X", "name": "Write COM Callable Wrappers", "args": { "durationMS": 1.8113, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16344233.6, "dur": 484.2, "ph": "X", "name": "Write Windows Runtime Factories", "args": { "durationMS": 0.4842, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16345180.8, "dur": 2675000.4, "ph": "X", "name": "Metadata", "args": { "durationMS": 2675.0004, "detail": "Global" } },
{ "pid": 1, "tid": 1, "ts": 16401289.6, "dur": 934519.3, "ph": "X", "name": "Il2CppAttributes.cpp", "args": { "durationMS": 934.5193, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17493931.2, "dur": 15708.2, "ph": "X", "name": "UnresolvedVirtualCallStubs.cpp", "args": { "durationMS": 15.7082, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17511960, "dur": 396880.5, "ph": "X", "name": "WriteCodeRegistration", "args": { "durationMS": 396.8805, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17512006.4, "dur": 90098.2, "ph": "X", "name": "mscorlib_CodeGen.c", "args": { "durationMS": 90.0982, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17588696, "dur": 3427, "ph": "X", "name": "GenericContextCollector", "args": { "durationMS": 3.427, "detail": "Collect" } },
{ "pid": 1, "tid": 1, "ts": 17602123.2, "dur": 893, "ph": "X", "name": "System.Configuration_CodeGen.c", "args": { "durationMS": 0.893, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17603044.8, "dur": 518.3, "ph": "X", "name": "Mono.Security_CodeGen.c", "args": { "durationMS": 0.5183, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17603899.2, "dur": 7952.3, "ph": "X", "name": "System_CodeGen.c", "args": { "durationMS": 7.9523, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17611867.2, "dur": 1169.9, "ph": "X", "name": "System.Core_CodeGen.c", "args": { "durationMS": 1.1699, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17613049.6, "dur": 811.1, "ph": "X", "name": "UnityEngine.SharedInternalsModule_CodeGen.c", "args": { "durationMS": 0.8111, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17613872, "dur": 14422.6, "ph": "X", "name": "UnityEngine.CoreModule_CodeGen.c", "args": { "durationMS": 14.4226, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17628305.6, "dur": 394.7, "ph": "X", "name": "UnityEngine.GridModule_CodeGen.c", "args": { "durationMS": 0.3947, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17629035.2, "dur": 987.3, "ph": "X", "name": "UnityEngine.InputLegacyModule_CodeGen.c", "args": { "durationMS": 0.9873, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17630033.6, "dur": 904.4, "ph": "X", "name": "UnityEngine.Physics2DModule_CodeGen.c", "args": { "durationMS": 0.9044, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17630950.4, "dur": 771.7, "ph": "X", "name": "UnityEngine.TextRenderingModule_CodeGen.c", "args": { "durationMS": 0.7717, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17631734.4, "dur": 780.5, "ph": "X", "name": "UnityEngine.UnityWebRequestModule_CodeGen.c", "args": { "durationMS": 0.7805, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17632550.4, "dur": 2094.6, "ph": "X", "name": "UnityEngine.AndroidJNIModule_CodeGen.c", "args": { "durationMS": 2.0946, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17634656, "dur": 994.7, "ph": "X", "name": "UnityEngine.AnimationModule_CodeGen.c", "args": { "durationMS": 0.9947, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17635675.2, "dur": 1057.4, "ph": "X", "name": "UnityEngine.AudioModule_CodeGen.c", "args": { "durationMS": 1.0574, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17636742.4, "dur": 2153.5, "ph": "X", "name": "UnityEngine.GameCenterModule_CodeGen.c", "args": { "durationMS": 2.1535, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17638910.4, "dur": 2668.4, "ph": "X", "name": "UnityEngine.IMGUIModule_CodeGen.c", "args": { "durationMS": 2.6684, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17641590.4, "dur": 335.4, "ph": "X", "name": "UnityEngine.JSONSerializeModule_CodeGen.c", "args": { "durationMS": 0.3354, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17641934.4, "dur": 971.1, "ph": "X", "name": "UnityEngine.PhysicsModule_CodeGen.c", "args": { "durationMS": 0.9711, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17643188.8, "dur": 1154.2, "ph": "X", "name": "UnityEngine.TextCoreModule_CodeGen.c", "args": { "durationMS": 1.1542, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17644627.2, "dur": 1088.8, "ph": "X", "name": "UnityEngine.UIModule_CodeGen.c", "args": { "durationMS": 1.0888, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17646068.8, "dur": 434.7, "ph": "X", "name": "UnityEngine_CodeGen.c", "args": { "durationMS": 0.4347, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17646542.4, "dur": 11378.7, "ph": "X", "name": "DOTween_CodeGen.c", "args": { "durationMS": 11.3787, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17657932.8, "dur": 15392.3, "ph": "X", "name": "UnityEngine.UI_CodeGen.c", "args": { "durationMS": 15.3923, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17673344, "dur": 628.9, "ph": "X", "name": "DOTween43_CodeGen.c", "args": { "durationMS": 0.6289, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17673985.6, "dur": 805, "ph": "X", "name": "DOTween46_CodeGen.c", "args": { "durationMS": 0.805, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17674803.2, "dur": 528.6, "ph": "X", "name": "DOTweenPro_CodeGen.c", "args": { "durationMS": 0.5286, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17675344, "dur": 809.9, "ph": "X", "name": "I18N_CodeGen.c", "args": { "durationMS": 0.8099, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17676163.2, "dur": 2077, "ph": "X", "name": "LitJson_CodeGen.c", "args": { "durationMS": 2.077, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17678251.2, "dur": 2531.4, "ph": "X", "name": "I18N.CJK_CodeGen.c", "args": { "durationMS": 2.5314, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17680798.4, "dur": 13942.7, "ph": "X", "name": "Unity.TextMeshPro_CodeGen.c", "args": { "durationMS": 13.9427, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17694763.2, "dur": 5683.4, "ph": "X", "name": "Assembly-CSharp_CodeGen.c", "args": { "durationMS": 5.6834, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17701115.2, "dur": 698.1, "ph": "X", "name": "Il2CppReversePInvokeWrapperTable.cpp", "args": { "durationMS": 0.6981, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17701947.2, "dur": 104984, "ph": "X", "name": "Il2CppGenericMethodPointerTable.cpp", "args": { "durationMS": 104.984, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17807094.4, "dur": 82429.9, "ph": "X", "name": "Il2CppInvokerTable.cpp", "args": { "durationMS": 82.4299, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17890110.4, "dur": 15666.5, "ph": "X", "name": "Il2CppInteropDataTable.cpp", "args": { "durationMS": 15.6665, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17907977.6, "dur": 863, "ph": "X", "name": "Il2CppCodeRegistration.cpp", "args": { "durationMS": 0.863, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17908846.4, "dur": 1111335.5, "ph": "X", "name": "WriteMetadata", "args": { "durationMS": 1111.3355, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17913236.8, "dur": 234766.6, "ph": "X", "name": "Il2CppMetadataUsage.c", "args": { "durationMS": 234.7666, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 18001590.4, "dur": 4402.2, "ph": "X", "name": "Metadata", "args": { "durationMS": 4.4022, "detail": "Collect string literals" } },
{ "pid": 1, "tid": 1, "ts": 18161913.6, "dur": 21778.9, "ph": "X", "name": "Il2CppGenericClassTable.c", "args": { "durationMS": 21.7789, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 18183712, "dur": 29477.1, "ph": "X", "name": "Il2CppGenericInstDefinitions.c", "args": { "durationMS": 29.4771, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 18213203.2, "dur": 298809, "ph": "X", "name": "Il2CppGenericMethodTable.c", "args": { "durationMS": 298.809, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 18512041.6, "dur": 94384.5, "ph": "X", "name": "Il2CppTypeDefinitions.c", "args": { "durationMS": 94.3845, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 18606454.4, "dur": 61801.3, "ph": "X", "name": "Il2CppGenericMethodDefinitions.c", "args": { "durationMS": 61.8013, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 18668264, "dur": 146975.7, "ph": "X", "name": "CompilerCalculateTypeValues", "args": { "durationMS": 146.9757, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 18815296, "dur": 1690.2, "ph": "X", "name": "Il2CppMetadataRegistration.c", "args": { "durationMS": 1.6902, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 18817300.8, "dur": 8419.4, "ph": "X", "name": "StringLiteralWriter", "args": { "durationMS": 8.4194, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 18825830.4, "dur": 913.5, "ph": "X", "name": "Metadata Strings", "args": { "durationMS": 0.9135, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 18826748.8, "dur": 3994.7, "ph": "X", "name": "Events", "args": { "durationMS": 3.9947, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 18830747.2, "dur": 8003, "ph": "X", "name": "Properties", "args": { "durationMS": 8.003, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 18838760, "dur": 59084.3, "ph": "X", "name": "Methods", "args": { "durationMS": 59.0843, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 18897854.4, "dur": 4405.3, "ph": "X", "name": "Parameter Default Values", "args": { "durationMS": 4.4053, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 18902264, "dur": 5406.3, "ph": "X", "name": "Field Default Values", "args": { "durationMS": 5.4063, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 18907692.8, "dur": 345, "ph": "X", "name": "Field and Parameter Default Values Data", "args": { "durationMS": 0.345, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 18908048, "dur": 577.9, "ph": "X", "name": "Field Marshaled Sizes", "args": { "durationMS": 0.5779, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 18908630.4, "dur": 15933.1, "ph": "X", "name": "Parameters", "args": { "durationMS": 15.9331, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 18924572.8, "dur": 10599.7, "ph": "X", "name": "Fields", "args": { "durationMS": 10.5997, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 18935180.8, "dur": 3922.4, "ph": "X", "name": "Generic Parameters", "args": { "durationMS": 3.9224, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 18939108.8, "dur": 834.6, "ph": "X", "name": "Generic Parameter Constraints", "args": { "durationMS": 0.8346, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 18939948.8, "dur": 5984.2, "ph": "X", "name": "Generic Containers", "args": { "durationMS": 5.9842, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 18946348.8, "dur": 1943.2, "ph": "X", "name": "VTables", "args": { "durationMS": 1.9432, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 18948296, "dur": 1164.5, "ph": "X", "name": "Interface Offsets", "args": { "durationMS": 1.1645, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 18949464, "dur": 46214.4, "ph": "X", "name": "Type Definitions", "args": { "durationMS": 46.2144, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 18995692.8, "dur": 6008.7, "ph": "X", "name": "Images", "args": { "durationMS": 6.0087, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 19001705.6, "dur": 3702.6, "ph": "X", "name": "Assemblies", "args": { "durationMS": 3.7026, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 19005416, "dur": 892.9, "ph": "X", "name": "Metadata Usage Lists", "args": { "durationMS": 0.8929, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 19006313.6, "dur": 2499.8, "ph": "X", "name": "Metadata Usage Pairs", "args": { "durationMS": 2.4998, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 19008947.2, "dur": 501, "ph": "X", "name": "Referenced Assemblies", "args": { "durationMS": 0.501, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 19009451.2, "dur": 964, "ph": "X", "name": "Attribute Types Ranges", "args": { "durationMS": 0.964, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 19010420.8, "dur": 412, "ph": "X", "name": "Attribute Types", "args": { "durationMS": 0.412, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 19010980.8, "dur": 515.7, "ph": "X", "name": "Unresolved Virtual Call Parameter Ranges", "args": { "durationMS": 0.5157, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 19011651.2, "dur": 4045.9, "ph": "X", "name": "Exported Types", "args": { "durationMS": 4.0459, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 19020408, "dur": 677.9, "ph": "X", "name": "CompletionPhase", "args": { "durationMS": 0.6779, "detail": "" } }
],
"meta_datetime": "11/13/2020 16:51:51",
"meta_datetime": "11/14/2020 13:26:27",
"meta_command_line": "/Applications/Unity/Hub/Editor/2020.1.11f1c1/Unity.app/Contents/il2cpp/build/deploy/net471/il2cpp.exe --convert-to-cpp --emit-null-checks --enable-array-bounds-check --dotnetprofile=unityaot --incremental-g-c-time-slice=3 --avoid-dynamic-library-copy --profiler-report --map-file-parser=/Applications/Unity/Hub/Editor/2020.1.11f1c1/Unity.app/Contents/Tools/MapFileParser/MapFileParser --directory=/Users/mazy/Mazy/Unity/LuckFarm-V3/Temp/StagingArea/Data/Managed --generatedcppdir=/Users/mazy/Mazy/Unity/LuckFarm-V3/Temp/il2cppOutput/il2cppOutput",
"meta_command_line_args": "/Applications/Unity/Hub/Editor/2020.1.11f1c1/Unity.app/Contents/il2cpp/build/deploy/net471/il2cpp.exe --convert-to-cpp --emit-null-checks --enable-array-bounds-check --dotnetprofile=unityaot --incremental-g-c-time-slice=3 --avoid-dynamic-library-copy --profiler-report --map-file-parser=/Applications/Unity/Hub/Editor/2020.1.11f1c1/Unity.app/Contents/Tools/MapFileParser/MapFileParser --directory=/Users/mazy/Mazy/Unity/LuckFarm-V3/Temp/StagingArea/Data/Managed --generatedcppdir=/Users/mazy/Mazy/Unity/LuckFarm-V3/Temp/il2cppOutput/il2cppOutput",
"meta_user_name": "mazy",
......
No preview for this file type
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -12,7 +12,7 @@
<key>UnityFramework.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>12</integer>
<integer>14</integer>
</dict>
</dict>
</dict>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment