Skip to content

Commit

Permalink
fix logging not working
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed May 12, 2024
1 parent f9457e6 commit f51b5ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composeApp/src/androidMain/kotlin/dev/datlag/aniflow/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ class App : MultiDexApplication(), DIAware {
super.onCreate()

if (BuildConfig.DEBUG) {
Napier.base(DebugAntilog())

StrictMode.setThreadPolicy(
StrictMode.ThreadPolicy.Builder()
.detectAll()
Expand All @@ -37,7 +39,6 @@ class App : MultiDexApplication(), DIAware {
.penaltyDialog()
.build()
)
Napier.base(DebugAntilog())
}
StateSaver.sekretLibraryLoaded = NativeLoader.loadLibrary("sekret")

Expand Down

0 comments on commit f51b5ea

Please sign in to comment.