【尝试修复IOS不明原因报错】

dev_chengFeng
gaoxin 2021-09-10 16:31:29 +08:00
parent c5fc2ddedb
commit 7bce643c71
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@ function LogError(str)
Util.LogError(debug.traceback(str))
end
end
-- print
function print(str)
Log(str)
end
-- 有颜色的log可自定义