You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to toggle the koin logging level via ADB
e.g. adb shell setprop log.tag.Koin ERROR should turn it off adb shell setprop log.tag.Koin INFO should turn it on
for this to work you have to:
check Log.isLoggable
use a tag that doesn't contain special characters (i.e. []) .
Describe the bug
I would like to be able to toggle the koin logging level via ADB
e.g.
adb shell setprop log.tag.Koin ERROR
should turn it offadb shell setprop log.tag.Koin INFO
should turn it onfor this to work you have to:
Log.isLoggable
[
]
) .Here is the suggested fix:
compare with the current
AndroidLogger
koin/projects/android/koin-android/src/main/java/org/koin/android/logger/AndroidLogger.kt
Lines 29 to 40 in 74f9198
The text was updated successfully, but these errors were encountered: