We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CrashCauses
NetworkConnectionFailed
GameLogAnalyzer
OutOfMemory
DuplicateMod
The text was updated successfully, but these errors were encountered:
No branches or pull requests
日志分析扩展
1. 更多异常类型识别
CrashCauses
枚举类型,新增网络异常相关的枚举值,像NetworkConnectionFailed
,并在GameLogAnalyzer
里添加对应的日志匹配逻辑。CrashCauses
中添加OutOfMemory
枚举值,同时在分析代码中添加匹配规则。2. 日志数据聚合与统计
DuplicateMod
异常出现了多少次,方便用户快速了解游戏中常见的问题。配置管理组件
1. 启动配置文件管理
2. 模组配置管理
性能监控组件
1. 游戏运行时性能监控
2. 性能分析报告生成
数据可视化组件
1. 异常数据可视化
2. 性能数据可视化
自动化测试组件
1. 启动测试
2. 模组兼容性测试
The text was updated successfully, but these errors were encountered: