Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 694 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 694 Bytes

DiskDbg

A utility that captures the dmesg, ioreg and AGDCDiagnose of a system in realtime, saving them to /Library/Logs.

You can get a build from the GitHub Actions tab. Or click here for a quick download.

All you need to do is install the package.

The service is always active, dumping logs. To disable, run the following command:

launchctl unload -w /Library/LaunchDaemons/com.ChefKiss.DiskDbg.plist

To completely uninstall, run the following command:

curl -L https://raw.githubusercontent.com/ChefKissInc/DiskDbg/refs/heads/master/uninstall.sh | sudo bash