Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Simple, pretty and powerful logger for Android.

Mar 22, 2015

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

Jul 5, 2014

Annotation-triggered method call logging for your debug builds.

Jul 5, 2014

Simple and pretty, powerful and flexible logger for android and java, can concurrently print the log to multiple target like Logcat, System.out and File, or even Server (or anywhere) if you like.

Nov 13, 2016

logback-android brings the power of logback to Android. This library provides a highly configurable logging framework for Android apps, supporting multiple log destinations simultaneously.

Jul 5, 2014

SLF4J binding for Jake Wharton's Timber logging library.

Jul 5, 2014

Just another logging framework. Multiple combinable logging classes. Combine local logging with rolling file logging with Crashlytics with NewRelic...

Jan 12, 2015

Android UI Automator to JUnit Format Converter.

Reads Android UI automator file outout and write a JUNIT Xml file. For example for usage in CI server as Jenkins.

Jan 12, 2015

puree-android is a log collector which provides some features like below:

  • Filtering: Enable to interrupt process before sending log. You can add common params to logs, or the sampling of logs.
  • Buffering: Store logs to buffer until log was sent.
  • Batching: Enable to send logs by 1 request.
  • Retrying: Retry to send logs after buckoff time automatically if sending logs fails.

Puree helps you unify your logging infrastructure.

Nov 26, 2014

Android wrapper for logging information.

Dec 25, 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

A Simple Log Tool.

An encapsulation of android.util.Log, which provides:

  • Log level control. You can display different log according different environment.
  • Log with parameters
Jan 17, 2015

Streaming logs directly from your android phone as webserver. Supports different loggers with different log levels.

Apr 13, 2019

Lumberjack - a customisable file/notification/console logger for Timber (each functionality is packed into it's own module)

Nov 5, 2016

Do you have a library that needs some initial setup like an api key or credentials and without these the library won't work? Now you can use ArrowLogger to highlight this to the developers that use your library.

ArrowLogger allows you to manicly shake your hands infront of your users face and be like "Helllooo you missed this!".

Sep 26, 2014

A simple Kotlin library for logging android and desktop projects.

Sep 8, 2020

Library that adds logging to lifecycle methods of Activities and Fragments with an unobtrusive annotation.

Jul 1, 2019

Simple Logging Tool for Android and Java Platforms.

Jan 19, 2015

Herald provides a very simple way to initialize logger objects and does all magic for you. You can annotate any field of some class with a @Log annotation to let Herald inject suitable logger in this field. It does not matter whether it is a static field or not.

Jun 25, 2015

Error Tracing is FUN!

Apr 25, 2022

This is a simple library that will allow Android apps or library to store log into database so that developer can pull the logs from the database into File or push the logs to your remote server for debugging purpose. Want to know more on this and wondering why you should prefer using this library over doing it yourself.

Dec 20, 2017

Android console implementation.

Jul 19, 2016

Encrypted logging made great again.

Specialized Logger is an Android library that provides you flexibility and reliability when logging. It comes with a simple to use logger as well as an encrypted logger for commercial products.

May 18, 2017

Useful logger for Android based on standard android.util.Log class. Simple lightweight (< 50 Kb) implementation of SLF4J API. Easy but powerful configuration via properties file and some additional helpful logging methods. Easy analogue of popular log4j library.

Oct 27, 2014

This is a useful log tool for Android.

Nov 14, 2015

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

The motivation of this project was to ease using existing libraries which use SLF4J as their logging framework on the Google Android platform in combination with Timber logging utility.

Jan 4, 2018

Response logging interceptor for OkHttp. Logs a url link with url-encoded response for every OkHttp call.

Apr 30, 2016

A log library focused on high extensibility.

Dec 19, 2016

More convenient and easy to use android Log manager.

Jul 26, 2015

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