Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Bugfender enables developers to see the logcat of their applications, directly from user's Android phones and tablets.

Bugfender is a cloud service that allows developers to upload their application logs, even for remote devices, combined with a web console to view the logs once uploaded. You just need to create an account to start using it and get the NSLog console of any device you are interested in.

Jul 18, 2016

Catdea Plugin intended to match Android Logcat log entries with the source code that emit them, thereby providing navigation and interactivity, in order to simplify debugging or reverse engineering.

Plugin uses pre-compile-time calculations to identify log emitters in the source code, thus, no RegExp patterns required.

Jul 1, 2019

CatLog is a free and open-source log reader for Android.

It shows a scrolling (tailed) view of the Android "Logcat" system log, hence the goofy name. It also allows you to record logs in real time, send logs via email, and filter using a variety of criteria.

Feb 15, 2015

Python script to highlight adb logcat output in console.

Aug 14, 2014

A logcat alike overlay to display log messages in your app as independent overlay.

Oct 18, 2015

About This Project

  • SDK for your Log problem to make easier developing android apps
  • frogo-log is Long Term Service
  • Line number show
  • Toast for easy develop and debug
Jan 6, 2022

Ghost Log is an Android application that displays the device logcat buffer in a system overlay window.

Jun 26, 2015

Historian is a custom implementation of Timber.Tree, which is popular logging library.

Historian can save device's logs into dedicated SQLite database, so that your users can send the file to a bug report mail to you.

Feb 20, 2017

Say goodbye to log tags!

Mar 16, 2019

The power of android logcat, now developer can jump right to the log printed from.

Oct 8, 2019

LogcatViewer is utility library which will allow user to view the logcat logs of the application on phone itself. It will be useful for tester to provide logs along with defects and also to developer to do initial analysis of defects. Moreover, if correct tags are used, it can also be useful for performance measurement, for monitoring network requests etc. etc.

Apr 22, 2016
Advertisement

This is a lightweight Android log component.

Dec 22, 2017

A simple log helper which helps you to log in a whole different level.

  • Can enable and disable logs
  • Can print method names when necessary
Mar 14, 2017

Logger is simple library, which will help you to find your logs easily, just clicking on log.

Jul 17, 2017

A library that makes Logcat easy to use from Android.

Jan 5, 2022

A brand-new library for android about logging and loggers. Briefly, It's used to transform something like this

Log.e("MyTag1", String.valueOf(X)); Log.e("MyTag2", "Message", thr);

in something like this

loge(X, thr)

Aug 20, 2018

Lynx is an Android library created to show a custom view with all the information logcat is printing, different traces of different levels will be rendered to show from log messages to your application exceptions. You can filter this traces, share your logcat to other apps, configure the max number of traces to show or the sampling rate used by the library. The min Api Level supported is 8.

Feb 17, 2015

A simple logger MyLog.d("Empty 1");

Nov 8, 2017

Colored logcat script which only shows log entries for a specific application package.

An update to Jeff Sharkey's excellent logcat color script which only shows log entries for processes from a specific application package.

Jul 13, 2014

Filter the react native android logcat.

Sep 15, 2015