Skip to content

Latest commit

Β 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Š Android Logcat Analyzer

Parse logcat in real-time or from files β€” extract crashes, ANRs, memory leaks, and generate reports.

Tools

python3 logcat_live.py              # Stream + analyze live logcat
python3 logcat_parse.py logcat.txt  # Analyze saved logcat file
python3 crash_detector.py           # Watch for crashes with alerts

Features

  • Real-time crash detection
  • ANR (Application Not Responding) tracking
  • Memory leak detection (low memory warnings)
  • Per-app error summaries
  • Export to JSON/CSV
  • Custom filter rules

Merged from android-logcat-parser

This repo supersedes android-logcat-parser. All scripts are consolidated here.

About

πŸ“Š Parse Android logcat for crashes, errors, ANRs, and memory leaks. Generates summary reports.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages