Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

KTimber is Kotlin logging library based on JakeWharton's Timber library that brings some extra functionality:

  • A built in file logger that formats the logs and writes them to a HTML file
  • The possibility to easily share the logs file

You can also:

  • Use the built in Trees for Release and Debug modes
  • View and delete log files directly
Nov 30, 2019

This is a useful log tool for Android.

Nov 14, 2015
Advertisement

More convenient and easy to use android Log manager.

Jul 26, 2015

A simple easy-to-use debug utility which helps you capture the logs simultaneously to adb terminal as well to a file on SD Card.

Apr 14, 2016

Why?

  • Lightweight
  • Simple
  • Powerful

Debug library provides a lot of useful information. For ex., Java file name as tag, method name and a line number where Debug function was called.

Also, it wraps String.format(), so you can create any message with nearly any quantity of variables to check at almost no pain (and time).

Oct 10, 2014

An easy Android logging with Kotlin and Timber.

Jul 3, 2016

Trail is a simple logging system for Java and Android. Create logs using the same API and the library will detect automatically in which platform the code is running.

May 2, 2015

A library that logs your request in cURL, used with Retrofit HTTP client.

Jul 16, 2016

Lazy Logger is open source for lazy android app developer, supports Release/Debug stage. If your app on RELEASE, log messages will not be generated in logcat. Based-on Timber.

Jan 25, 2019

Android library for accessing device call logs.

Oct 15, 2016

NyanCat is an advanced custom logging library for Android, written in Kotlin and Java.

Mar 8, 2018

SLF4J binding for Jake Wharton's Timber logging library.

Jul 5, 2014

Show Android log in the best way, easy to debug.

The Rose will automatically figure out from which class it's being called and use that class name as its tag.

Oct 15, 2018

A general-purpose logging library with built-in support to save logs to file.

Sep 24, 2017

Frodo is an android library inspired by Hugo, mainly used for logging RxJava Observables and Subscribers outputs on the logcat. It generates and weaves code based on annotations only on debug versions of the application where the plugin is applied, for instance, it is safe to persist any Frodo annotation in the codebase.

Nov 5, 2015

A simple, clean, and powerful Android logger.

Aug 19, 2016

Robin is a logging library for Bundle data passed between Activities and fragments. It also provides a callback to send screen views of user visited pages to your analytics client.

May 30, 2018

Super-simple, drop-in replacement for android.util.Log with automatic level exclusion.

May 11, 2018

Simple Android library which filters Logs, for example by keeping only ERROR Logs in RELEASE mode.

Dec 7, 2016

Get to know which class changed the value in SharedPreferences.

Jun 6, 2018

Log4j with the ability to send the logs to HTTP GET request's.

Aug 9, 2016

A logging library for Android with focus on convenient usage and extensibility.

Aug 14, 2015

This library is meant to offer a wrapper around the standard Android Log.x methods in few distinct flavours. It gives you the possibility to have one logger that will use the same logging tag for the whole app and also the ability to quickly change the logging level for the whole app - you can go from debug to release by changing just one constant.

Apr 30, 2016

Sometimes we want/need to know what's going on behind the scenes but our app is not always connected to our computer to let us check the logs. Galgo will let you display your log messages as an overlay on top of your UI.

Extremely useful for testers who want to have more insight into what's going on behind the scenes in our apps when it misbehaves.

You can also define some basic settings such as background color, text color, text size and number of lines to display on screen so it better fits your needs.

Nov 20, 2014

Logging value of object in a short and pretty way.

  • Don't need to define TAG, It is automatically generated by FileName - ClassName - Method - [Message] Object (Value)
  • Log all field and value of given object
Aug 3, 2017

jlog is an useful log tool for android developers.

Feb 19, 2016

Log to a sql database for debugging. View the logs in-app with the LogViewerActivity.

Oct 6, 2016

The libray support sfl4j for android platform at the moment not support Mapped Diagnostic Context (MDC) support.

Jan 24, 2017

This is a lightweight Logger to file for Android. Logging to file is a common task and there is no good solution to do it effectively. This library does it for you.

Feb 11, 2017

Detect janky frames with Android Nougat FrameMetrics.

Nov 20, 2016