This commit is contained in:
2020-07-16 23:06:09 +08:00
parent 22546a0c6c
commit 4221cf486c
20 changed files with 84 additions and 62 deletions

View File

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