From 9465fbd6e4b4a421556a6575a825bede54a4becd Mon Sep 17 00:00:00 2001 From: JieLing Date: Mon, 27 Jul 2020 15:31:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4bug=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=8C=96=E7=9A=84=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/LuaFramework/Scripts/SDK/SDKManager.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Assets/LuaFramework/Scripts/SDK/SDKManager.cs b/Assets/LuaFramework/Scripts/SDK/SDKManager.cs index 7196b70bb0..96f6e8ac03 100644 --- a/Assets/LuaFramework/Scripts/SDK/SDKManager.cs +++ b/Assets/LuaFramework/Scripts/SDK/SDKManager.cs @@ -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;