84 任务跳转

This commit is contained in:
2025-12-12 16:02:42 +08:00
parent 37395ccff3
commit 23de7e5bf6
4 changed files with 22 additions and 21 deletions

View File

@@ -60,10 +60,9 @@ open class Application : CommonAppContext() {
override fun onCreate() {
super.onCreate()
APP_CONENT = getExternalFilesDir("APP_CONTENT")?.absolutePath.toString()
LOGUTILS_SAVE_PATH = getExternalFilesDir("APP_CONTENT/APP_LOG")?.absolutePath.toString()
CRASHUTILS_SAVE_PATH = getExternalFilesDir("APP_CONTENT/APP_CRASH")?.absolutePath.toString()
getExternalFilesDir("")
APP_CONENT = getExternalFilesDir("APP_CONTENT")?.absolutePath.toString()
// 初始化单例实例
instance = this
@@ -123,7 +122,6 @@ open class Application : CommonAppContext() {
}catch (E: Exception){
LogUtils.e("Exception",E.message.toString())
}
}
}
}