77 加入房间前判断上一个房间是否游戏中,日志上传后删除之前的日志数据。

This commit is contained in:
2025-12-22 11:04:53 +08:00
parent 837231f4f0
commit ca3580ad28
11 changed files with 116 additions and 15 deletions

View File

@@ -288,5 +288,12 @@ open class Application : CommonAppContext() {
return APP_CONTENT
}
fun getAppLogPath(): String {
return LOGUTILS_SAVE_PATH
}
fun getAppCrashPath(): String {
return CRASHUTILS_SAVE_PATH
}
}