Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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

A library that makes Logcat easy to use from Android.

Jan 5, 2022
Advertisement

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

Oct 8, 2019

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

Say goodbye to log tags!

Mar 16, 2019

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

This is a lightweight Android log component.

Dec 22, 2017

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

Nov 8, 2017

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

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

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

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

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

Oct 18, 2015

Filter the react native android logcat.

Sep 15, 2015

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

Python script to highlight adb logcat output in console.

Aug 14, 2014

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