Timber DebugTree used in production (Android)

Timber is a logger with a small, extensible API which provides utility on top of Android's normal Log class.

The DebugTree implementation will automatically figure out from which class it's being called and use that class name as its tag. Using it in production is not recommended.

663