删除bug初始化的位置

dev_chengFeng
JieLing 2020-07-27 15:31:11 +08:00
parent 48715b151a
commit 9465fbd6e4
1 changed files with 0 additions and 5 deletions

View File

@ -54,11 +54,6 @@ namespace SDK
AndroidDeviceInfo.Instance.DeviceInit();
// 屏幕适配
NotchScreenUtil.Instance.Init();
// bugly
string bugly_app_id = VersionManager.Instance.GetVersionInfo("buglyId");
Debug.Log("Bugly Init: " + bugly_app_id);
BuglyAgent.InitWithAppId(bugly_app_id);
BuglyAgent.EnableExceptionHandler();
// 初始化
Init();
IsInit = true;