Merge branch '接入SDK' of http://60.1.1.230/gaoxin/JL_Client into 接入SDK

dev_chengFeng
gaoxin 2020-07-27 16:07:34 +08:00
commit d416d48d46
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;