mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
ErrorLog使用异步显示UI
ErrorLog使用异步显示UI
This commit is contained in:
@@ -19,7 +19,7 @@ namespace TEngine
|
||||
if (type == LogType.Exception)
|
||||
{
|
||||
string des = $"客户端报错, \n#内容#:---{condition} \n#位置#:---{stacktrace}";
|
||||
GameModule.UI.ShowUI<LogUI>(des);
|
||||
GameModule.UI.ShowUIAsync<LogUI>(des);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user