Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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

Oct 6, 2016
Advertisement

A simple, clean, and powerful Android logger.

Aug 19, 2016

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

Aug 9, 2016

Android console implementation.

Jul 19, 2016

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

Jul 16, 2016

An easy Android logging with Kotlin and Timber.

Jul 3, 2016

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

Apr 30, 2016

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

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

A simple tool that can be used to quickly add informative debug logs to the code during investigation without typing much.

Mar 15, 2016

jlog is an useful log tool for android developers.

Feb 19, 2016

LumberJill is a logging Utility library for Android.

Feb 8, 2016

Simple aspect oriented annotation debugging library for Android development.

Nov 16, 2015

This is a useful log tool for Android.

Nov 14, 2015

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

Simple logger with support sections and json representation in the original form.

Oct 9, 2015

A method call logging based on dexposed.

Aug 21, 2015
Promotion

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

Aug 14, 2015

This library allows to manage debug logs.

Aug 11, 2015

More convenient and easy to use android Log manager.

Jul 26, 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

Log is a super-simple drop-in replacement for android.util.Log that can also be used in normal Java projects.

Jun 10, 2015

Capture debug logging to a file that user can easily send to you via email.

May 5, 2015

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

TimberLorry is a log collector without data loss (e.g. reboot, exit application). Library stores logs in the buffer (internal database by default), and periodically sends it to an endpoint. If no internet connection available, the periodical work will not be executed.

Apr 2, 2015

An Android Logger with a lot of options for debugging that helps a lot to developers. You can easily add logs everywhere in your APP and manage showing them by limit them by Codes or by their Class name. It also will show you that logs was called from which file and which line, you also can see which class and which line called your current method.

Mar 24, 2015

Simple, pretty and powerful logger for Android.

Mar 22, 2015

The design goals of this project are as follows:

  • Provide an on-device view of explicit log output during app development.
  • Do not disrupt the normal lifecycle of the app (no app switching).
  • Transparent implementation (using the same API as android.util.Log, easily disabled).
  • Minimal setup.
Feb 16, 2015
Blurb

Create a simple and more understandable Android logs.

Feb 15, 2015

Android UI logger library.

Main features:

  • Always on the screen, even if app is paused. It can be destroyed after direct command call.
  • You can drag it to the any place of the screen.
  • Font and background colors can be changed by double tap.
  • You can re-size main log window by dragging down right corner * of the log window.
  • Clear the screen by clicking on the right upper corner.
  • Easy use. Only three API methods.
  • Easy link with Gradle.
Feb 2, 2015