Optimize and improve log

Use Log.e() instead of e.printStackTrace()
This commit is contained in:
2dust
2025-03-30 17:40:36 +08:00
parent 45facff41d
commit 6cc91b1a89
37 changed files with 172 additions and 152 deletions

View File

@@ -5,6 +5,7 @@ object AppConfig {
/** The application's package name. */
const val ANG_PACKAGE = BuildConfig.APPLICATION_ID
const val TAG = BuildConfig.APPLICATION_ID
/** Directory names used in the app's file system. */
const val DIR_ASSETS = "assets"