mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-12 12:08:56 +01:00
Add network inspection logging mode
This commit is contained in:
@@ -183,5 +183,5 @@ object PreferenceKeys {
|
||||
|
||||
const val eh_showTransitionPages = "eh_show_transition_pages"
|
||||
|
||||
const val eh_detailedLogs = "eh_detailed_logs"
|
||||
const val eh_logLevel = "eh_log_level"
|
||||
}
|
||||
|
||||
@@ -256,5 +256,5 @@ class PreferencesHelper(val context: Context) {
|
||||
|
||||
fun eh_showTransitionPages() = rxPrefs.getBoolean(Keys.eh_showTransitionPages, true)
|
||||
|
||||
fun eh_detailedLogs() = rxPrefs.getBoolean(Keys.eh_detailedLogs, false)
|
||||
fun eh_logLevel() = rxPrefs.getInteger(Keys.eh_logLevel, 0)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user