Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Simple aspect oriented annotation debugging library for Android development.

Nov 16, 2015
Advertisement

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

Mar 15, 2016

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

Jun 10, 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

LumberJill is a logging Utility library for Android.

Feb 8, 2016

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

Jan 12, 2015

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

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

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

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

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

A method call logging based on dexposed.

Aug 21, 2015
Advertisement

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

Jan 2, 2017

Create a simple and more understandable Android logs.

Feb 15, 2015

This library allows to manage debug logs.

Aug 11, 2015

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

May 5, 2015
Advertisement

Simple Logging Tool for Android and Java Platforms.

Jan 19, 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

Birch is a simple, secure, and free remote logger that allows you to collect logs from production applications.

The lib supports offline logging and allows you to remotely adjust log level and upload frequency on specific devices to help troubleshoot pesky bugs in production.

The platform also helps organize logs coming from different build types whether it's development, staging, sandbox, production, or any other variation.

Jan 26, 2024