mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-31 06:15:48 +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() {
|
||||
super.onCreate()
|
||||
plant(DebugTree())
|
||||
if (BuildConfig.ENABLE_DEBUG_FEATURES) {
|
||||
plant(DebugTree())
|
||||
WhatTheStack(this).init()
|
||||
}
|
||||
prefs = PreferenceManager.getDefaultSharedPreferences(this)
|
||||
|
Reference in New Issue
Block a user