nolanlawson / Catlog

Logcat-reading app for Android (UNMAINTAINED)

Home Page:http://nolanlawson.com/apps#catlog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CatLog project unmaintained

Graphical log reader for Android.

Note: this repo is unmaintained due to me having too little time and too little interest. Please check out a fork called MatLog that is optimized for newer devices.

Author

Nolan Lawson

License

WTFPL, although attribution would be nice.

Screenshot

Overview

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.

Download

CatLog may be downloaded from the Google Play Store.

You can also find a direct APK download link from the CatLog page on my web site.

FAQs

Where are the logs saved?

On the SD card, under /sdcard/catlog/saved_logs/.

I can't see any logs!

This problem typically shows up on custom ROMs. First off, try an alternative logging app, to verify that the problem is with your ROM and not CatLog.

Next, see if your ROM offers system-wide settings to disable logging. Be sure to reboot after you change anything.

If that still doesn't work, you can contact the creator of your ROM to file a bug/RFE.

And if you don't have root, check to see if you're running Jelly Bean (Android 4.2+). CatLog has issues with unrooted Jelly Bean.

Details

You can read all about CatLog in my blog posts.

About

Logcat-reading app for Android (UNMAINTAINED)

http://nolanlawson.com/apps#catlog


Languages

Language:Java 96.0%Language:HTML 3.8%Language:CSS 0.1%