The simplest and most flexible logcat capturer for Android as a Magisk module.
- Captures logs across 3 boots
- Logs can be retrieved via ADB/root easily
- Meow's Debug Assistant's Secure Censor for censoring sensitive information
The latest release can be found on the Releases page. Download the latest DebugAssistant-vX.X.X.zip file.
Using your preferred root manager app, such as Magisk, KernelSU or APatch, flash the downloaded zip file.
Reboot your device to start capturing logs.
After installation, the module will start capturing logs automatically. The logs will be saved in /data/local/tmp/ directory with the following files:
DebugAssistant.log- The oldest log file.DebugAssistant-Boot1.log- The second newest log file.DebugAssistant-Boot2.log- The newest log file.
They will be created after each reboot, and all logs will be kept for 3 boots. After the third boot, all logs will be deleted and new logs will be captured, in a cyclic manner.
You can retrieve the redacted log via the action button in the root manager app. When you click the button, it will redact the most recent log file available, and save it as DebugAssistant-Redacted.log in the same directory (/data/local/tmp/). You can then pull the redacted log file using ADB or access it with root permissions.
It is mandatory to follow the PerformanC's contribution guidelines to contribute to Debug Assistant. Following its Security Policy, Code of Conduct and syntax standard.
Meow's Debug Assistant is licensed under BSD 3-Clause License. You can read more about it on Open Source Initiative.
- This project is considered as: leading standard.