77 交友房上麦
This commit is contained in:
@@ -62,7 +62,7 @@ open class Application : CommonAppContext() {
|
||||
override fun onCreate() {
|
||||
super.onCreate()
|
||||
// 应用内部存储 filesDir 目录的根路径
|
||||
APP_CONTENT = filesDir.absolutePath
|
||||
APP_CONTENT = File(filesDir, "APP_CONTENT").absolutePath
|
||||
// 内部存储下的日志目录
|
||||
LOGUTILS_SAVE_PATH = File(filesDir, "APP_CONTENT/APP_LOG").absolutePath
|
||||
// 内部存储下的崩溃日志目录
|
||||
|
||||
Reference in New Issue
Block a user