update: 提前初始化自打点组件
							parent
							
								
									064edbd180
								
							
						
					
					
						commit
						69edbeb6d9
					
				|  | @ -123,8 +123,13 @@ namespace Guru | |||
|             _initConfig = config; | ||||
|             _onCompleteCallback = onComplete; | ||||
|             _isDebugEnabled = config.DebugMode; | ||||
| 
 | ||||
|             GuruRepoter.Install(); //  Install Crashlytics Logger  | ||||
| 
 | ||||
|             bool isDebug = false; | ||||
| #if DEBUG | ||||
|             isDebug = true; | ||||
| #endif | ||||
|             Analytics.InstallGuruAnalytics(isDebug); // 提前初始化 GuruAnalytics | ||||
|             //--- 之后的逻辑放在 Start 方法内 --- | ||||
|         } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue