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