BuglyManager = {} local this = BuglyManager function this.Initialize() if AppConst.isSDK then App.BuglyMgr:Init() end end return BuglyManager