添加注释和日志,添加自采添加物品添加后删除图片

This commit is contained in:
zxj
2025-07-14 11:07:04 +08:00
parent f1283ba11e
commit ab55bb0fdc
9 changed files with 103 additions and 176 deletions
+2 -1
View File
@@ -2,6 +2,7 @@ package com.sw.inbound
import android.app.Application
import com.sw.inbound.utils.ContextUtils
import com.sw.inbound.utils.CrashHandler
import dagger.hilt.android.HiltAndroidApp
import timber.log.Timber
@@ -17,6 +18,6 @@ class MyApp : Application() {
ContextUtils.initAppContext(this)
// 初始化崩溃处理器
// CrashHandler.init(this)
CrashHandler.init(this)
}
}