9 lines
159 B
Lua
9 lines
159 B
Lua
|
BuglyManager = {}
|
||
|
local this = BuglyManager
|
||
|
function this.Initialize()
|
||
|
if AppConst.isSDK then
|
||
|
App.BuglyMgr:Init()
|
||
|
end
|
||
|
end
|
||
|
|
||
|
return BuglyManager
|