Parse logcat in real-time or from files β extract crashes, ANRs, memory leaks, and generate reports.
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- 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
This repo supersedes android-logcat-parser. All scripts are consolidated here.