84 任务跳转
This commit is contained in:
@@ -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())
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user