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.
Install the package.
To enable, run the following command:
launchctl load -w /Library/LaunchDaemons/com.ChefKiss.DiskDbg.plist
The service will constantly gather logs in the background. Leave enabled only during debugging.
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