-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b7b88d3
commit 2c4c9e2
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# 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](https://nightly.link/ChefKissInc/DiskDbg/workflows/main/master/macOS%20Universal%20Release.zip) 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: | ||
|
||
```sh | ||
launchctl unload -w /Library/LaunchDaemons/com.ChefKiss.DiskDbg.plist | ||
``` | ||
|
||
To completely uninstall, run the following command: | ||
|
||
```sh | ||
curl -L https://raw.githubusercontent.com/ChefKissInc/DiskDbg/refs/heads/master/uninstall.sh | sudo bash | ||
``` |