LaughingMuffin / laughing-logger

Material Logcat reader based on MatLog & CatLog

Home Page:https://play.google.com/store/apps/details?id=org.laughing.logger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Icon

It's CatLog, but with material goodness.

Graphical log reader for Android. Based on Daniel Ciao's Matlog Google Play, Github
which is based on Nolan Lawson's CatLog: Google Play, GitHub

Get it on Google Play

Overview

Laughing Logger is a free and open-source material-style log reader for Android based on CatLog.

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.

How to install - Laughing Logger

FAQs

Taken from CatLog's FAQ:

Why I can't save logs or start recording ?

The applications might be missing "Storage" permission if you are on an older Android version (Android 10 or less) and/or READ_LOGS permission has not been granted.

Where are the logs saved?

On the internal storage, under /internal storage/Laughing Logger/saved_logs/ if <= A10,
under /internal storage/Android/media/org.laughing.logger/Laughing Logger/saved_logs/ if >= A11.

How to I access saved logs ?

A simple "file manager" application you can us is Files by Google.

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 MatLog.

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.

Development

  • Declare AD_APP_ID in your local.properties
    • This is your APP ID
  • Declare AD_ON_CLICK_ID in your local.properties
    • This is your Interstitial AD ID
  • Select fdroid build variants to build and run immediately
  • For play variants:
    • Put google-services.json from Firebase in app/src/main/play/
    • Put signing keys in local.properties

For more info on how to setup AdMob consult their guidelines.

License

Copyright (C) 2023  Laughing Muffin

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

About

Material Logcat reader based on MatLog & CatLog

https://play.google.com/store/apps/details?id=org.laughing.logger

License:GNU General Public License v3.0


Languages

Language:Java 95.9%Language:HTML 3.6%Language:Shell 0.4%Language:CSS 0.1%