mirror of
https://github.com/mihonapp/mihon.git
synced 2025-07-01 05:27:50 +02:00
Ignore debug mode when choosing logger level
This commit is contained in:
@ -12,7 +12,7 @@ enum class EHLogLevel(val description: String) {
|
||||
companion object {
|
||||
private var curLogLevel: Int? = null
|
||||
|
||||
val currentLogLevel get() = EHLogLevel.values()[curLogLevel!!]
|
||||
val currentLogLevel get() = values()[curLogLevel!!]
|
||||
|
||||
fun init(context: Context) {
|
||||
curLogLevel = PreferencesHelper(context)
|
||||
|
Reference in New Issue
Block a user