This commit is contained in:
2020-07-16 08:54:32 +08:00
parent ce0b0f59f9
commit f9e24b7595
19 changed files with 723 additions and 718 deletions

View File

@@ -3,7 +3,9 @@ KKLogListener = {}
function KKLogListener.OnLogError(log)
-- 当有异常日志时
MyUtl.toastE("有异常日志,请在屏幕画圈查看详细!")
if MyUtl then
MyUtl.toastE("有异常日志,请在屏幕画圈查看详细!")
end
end
function KKLogListener.OnLogWarning(log)