infinum / android_dbinspector

Android library for viewing, editing and sharing in app databases.
Apache License 2.0
951 stars 91 forks source link

Remove Stump logger, since it's basically useless #72

Closed jakoss closed 3 years ago

jakoss commented 3 years ago

:page_facing_up: Context

Stump logger that does nothing is pointless and it's better just to omit planting anything into Timber.

:pencil: Changes

Removed Stomp class, planting DebugTree only on debug build and keep "already planted" flag to avoid multiple planted trees on multiple show() calls.