Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

jlog is an useful log tool for android developers.

Feb 19, 2016
Advertisement

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

Jan 12, 2015

This is a useful log tool for Android.

Nov 14, 2015

An easy Android logging with Kotlin and Timber.

Jul 3, 2016

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

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

Jul 1, 2019

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 Kotlin library for logging android and desktop projects.

Sep 8, 2020

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

Dec 7, 2016

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

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

Simple, pretty and powerful logger for Android.

Mar 22, 2015

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

Oct 9, 2015

Logger is a logging tool helps unify release log and debug log, with some little advanced usage.

Jan 2, 2017

Get to know which class changed the value in SharedPreferences.

Jun 6, 2018

More convenient and easy to use android Log manager.

Jul 26, 2015

A simple, clean, and powerful Android logger.

Aug 19, 2016

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

Nov 5, 2016

LumberJill is a logging Utility library for Android.

Feb 8, 2016

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

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

Mar 8, 2018

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

Apr 30, 2016

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

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

May 5, 2015

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

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

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

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

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

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

Jan 24, 2017