metova / android-TreeSkeleton

An extension of Jake Wharton's `DebugTree` that makes it easy to log to any third-party service, such as Crashlytics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tree Skeleton

Summary

A simple class that extends DebugTree from Jake Wharton's Timber library, allowing users to easily send logs to third-party services.

Extend TreeSkeleton and implement logToService() to handle logs however you want. CrashlyticsTree provides a concrete example, and a simple way to log to Crashlytics.

License

Copyright 2015 Drew Hamilton

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

An extension of Jake Wharton's `DebugTree` that makes it easy to log to any third-party service, such as Crashlytics.


Languages

Language:Java 100.0%