mirror of
https://github.com/ChefKissInc/DiskDbg.git
synced 2026-02-23 13:18:37 -08:00
master
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
DiskDbg
A utility that captures the dmesg, ioreg and AGDCDiagnose output periodically to files in /Library/Logs.
You can get a build from the GitHub Actions tab. Quick download here.
Usage guide
Install the package.
To enable, run the following command:
sudo 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:
sudo launchctl unload -w /Library/LaunchDaemons/com.ChefKiss.DiskDbg.plist
To uninstall, run the following command:
curl -L https://raw.githubusercontent.com/ChefKissInc/DiskDbg/refs/heads/master/uninstall.sh | sudo bash
Languages
Rust
79.5%
Shell
20.5%