mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-09-01 23:05:33 +00:00
Application: only install logging tree in debug features build
We should be at a stability level now that does not require logging in prod Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
@@ -21,8 +21,8 @@ class Application : android.app.Application(), SharedPreferences.OnSharedPrefere
|
|||||||
|
|
||||||
override fun onCreate() {
|
override fun onCreate() {
|
||||||
super.onCreate()
|
super.onCreate()
|
||||||
plant(DebugTree())
|
|
||||||
if (BuildConfig.ENABLE_DEBUG_FEATURES) {
|
if (BuildConfig.ENABLE_DEBUG_FEATURES) {
|
||||||
|
plant(DebugTree())
|
||||||
WhatTheStack(this).init()
|
WhatTheStack(this).init()
|
||||||
}
|
}
|
||||||
prefs = PreferenceManager.getDefaultSharedPreferences(this)
|
prefs = PreferenceManager.getDefaultSharedPreferences(this)
|
||||||
|
Reference in New Issue
Block a user