Skip to content

Commit

Permalink
add: debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
HI-JIN2 committed Oct 21, 2024
1 parent d579f8e commit e0b0bdc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/java/com/eatssu/android/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ class App: Application() {
appContext = this
KakaoSdk.init(this,BuildConfig.KAKAO_NATIVE_APP_KEY)

Timber.plant(Timber.DebugTree())
if (BuildConfig.DEBUG) {
Timber.plant(Timber.DebugTree())
}
}
}

0 comments on commit e0b0bdc

Please sign in to comment.