Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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 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

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

Android library for accessing device call logs.

Oct 15, 2016

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

Sep 24, 2017

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

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

jlog is an useful log tool for android developers.

Feb 19, 2016

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

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

Jun 10, 2015

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

Mar 15, 2016

LumberJill is a logging Utility library for Android.

Feb 8, 2016

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

Create a simple and more understandable Android logs.

Feb 15, 2015

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

Oct 9, 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

This is a library that allows pure Java / Kotlin modules or libraries using SLF4J as their logging framework to bridge on the Google Android platform in combination with Jake Wharton's Timber logging utility.

It's based on the patrickfav/slf4j-timber project with a modern take using Kotlin and the latest version of SLF4J (currently v2.0.0 which relies on ServiceLoader mechanism instead of the static binder mechanism as described here).

Mar 3, 2024

Jambo is an open source remote logging library. For those who would like to see their logs remotely on their android device Jambo is the library for you. Jambo installs a separate debug app for intercepting all logs called with the Jambo class.

Feb 28, 2024

Features:

  • Make log process easier
  • Logs with scope (and tag)
  • Reduced boilerplate
  • Purely written in Java
  • Integrate with others Log system
Jan 18, 2024

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

External logger library for android applications. You can save logs in any component in your app (Activity, Service, Fragment). The data will be stored in memory even after exiting the application or turning off the device. You can access the information at any time, export the data to an email, to a text file or to a server. The data can be accessed by the tag filter, text, or log creation time. The data will be deleted by a function under your control.

Dec 17, 2018

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

Get to know which class changed the value in SharedPreferences.

Jun 6, 2018

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

May 11, 2018

Tiny, lightweight, informative and very useful logger for Android. You don't need to define TAG. It is automatically generated and include file name, method, line number and of course the link to the code. Logging an activity lifecycle calls, changes of the fragments stack. LongLog for possibility print to LogCat very long messages. Log Interceptor for store a log messages anywhere. Current version 1.4.6

Apr 12, 2018

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

Mar 8, 2018
Advertisement

An android/kotlin RxJava based advanced logging framework. All logs are saved to files in storage path provided. These logs are helpful when developer wants to analyze user activities within the app. A new log file is created every hour on a user event. These logs can be filtered and sorted easily. Logs can easily be exported as zip file base on filter type. This zip file can be uploaded to server easily. PLogs also provide functionality to log separate data logs. These logs can be for a specific event with the app. For example they can be used to log location events of users, so that file will only contain location logs.

Jan 4, 2018