收集原始ACPI表,驱动,崩溃日志等相关信息的脚本,用于给大神反馈问题

项目主页

https://github.com/black-dragon74/OSX-Debug

使用方法,先打开终端 输入上面网页提供的代码,大概这个样子的

sudo curl -o / usr / bin / gen_debug https://raw.githubusercontent.com/black-dragon74/OSX-Debug/master/gen_debug.sh && sudo chmod a + x / usr / bin / gen_debug

自动化的脚本,完成以后 打开 gen_debug

如果你的电脑没联网

需要下载整个zip

https://github.com/black-dragon74/OSX-Debug/archive/master.zip

打开终端,依次输入下面内容

cd ~/Downloads/OSX-Debug
mkdir -p ~/Library/debugNk
cp -rf ./* ~/Library/debugNk
sudo cp gen_debug.sh /usr/bin/gen_debug
sudo chmod a+x /usr/bin/gen_debug
unzip -o IORegistryExplorer.zip -d /Applications/

最后得到 gen_debug