DebugAssistant
✅ DebugAssistant v3.0.2 (by ThePedroo)
What it does
DebugAssistant is a minimalist, automatic logcat capture module. It runs in the background and continuously saves verbose system logs (logcat) to files in /data/local/tmp/.
It maintains a rolling log system (3 files max):
DebugAssistant.log→ current boot logsDebugAssistant-Boot2.log→ previous bootDebugAssistant-Boot3.log→ oldest boot
On every reboot, it automatically rotates the logs (deletes the oldest, shifts the others).
Key Features
- Fully automatic — no manual start needed
- Extremely lightweight (~4.22 KB)
- Logs owned by
shelluser (readable without root) - Includes a redaction script (
action.sh) that removes sensitive data before sharing:- IP addresses →
XXX.XXX.XXX.XXX - Email addresses →
REDACTED_EMAIL - Wi-Fi SSIDs
- Content cache paths
- Other potentially private strings
- IP addresses →
- Output redacted file:
/data/local/tmp/DebugAssistant-Redacted.log
Installation
- Download: DebugAssistant-3.0.2.zip
- Flash via Magisk / KernelSU / APatch
- Reboot
Usage
- Logs start automatically after reboot.
- To generate a redacted log for sharing:(or
su -c action.shsu -c DebugAssistantif the module registers that command) - The redacted file will be saved at
/data/local/tmp/DebugAssistant-Redacted.log
Notes & Warnings
- Logs are stored in
/data/local/tmp/→ will be lost on factory reset or if you clear that folder. - Captures all logcat output (very verbose) → files can grow large on active devices.
- No configuration options or GUI.
- Perfect for developers, bug reporters, or when you need recent boot logs quickly.
Would you like me to explain how to access the logs manually or how to stop the logging temporarily?
Download DebugAssistant
Module Info
- Version v3.0.2
- Module By
- Contributors ThePedroo
- Root SupportMagisk KernelSU APatch
- Source View on GitHub/Source
- Latest Update
- Word Counter 238
- Character Counter 2746
DebugAssistant is a Module that supports installation on Magisk, KernelSU, APATCH, KSUNext