Nástroje používateľa

Nástoje správy stránok


blog:odborny:2024-11-10-completely_disable_macos_crashreport

Rozdiely

Tu môžete vidieť rozdiely medzi vybranou verziou a aktuálnou verziou danej stránky.

Odkaz na tento prehľad zmien

Nasledujúca revízia
Predchádzajúca revízia
blog:odborny:2024-11-10-completely_disable_macos_crashreport [2024/11/10 11:50] – vytvorené Róbert Tothblog:odborny:2024-11-10-completely_disable_macos_crashreport [2025/01/09 14:04] (aktuálne) Róbert Toth
Riadok 12: Riadok 12:
 sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.ReportCrash.Root.plist sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.ReportCrash.Root.plist
 </code> </code>
 +
 To re-enable crash reporting process, write into Terminal: To re-enable crash reporting process, write into Terminal:
- +<code bash> 
-  launchctl load -w /System/Library/LaunchAgents/com.apple.ReportCrash.plist +launchctl load -w /System/Library/LaunchAgents/com.apple.ReportCrash.plist 
-  sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.ReportCrash.Root.plist +sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.ReportCrash.Root.plist 
 +</code>
  
 Note: There are several sources ([[https://ss64.com/mac/reportcrash.html|1]], [[https://gist.github.com/SteveBenner/aca9768f860078d7e400|2]], [[https://community.vuo.org/t/is-it-possible-to-disable-the-crash-report-dialog/7010/6|3]], [[https://www.reddit.com/r/MacOS/comments/xsojzh/is_there_a_terminal_command_to_disable/|4]]) which helped me to figure this out. You might want to read them too. Note: There are several sources ([[https://ss64.com/mac/reportcrash.html|1]], [[https://gist.github.com/SteveBenner/aca9768f860078d7e400|2]], [[https://community.vuo.org/t/is-it-possible-to-disable-the-crash-report-dialog/7010/6|3]], [[https://www.reddit.com/r/MacOS/comments/xsojzh/is_there_a_terminal_command_to_disable/|4]]) which helped me to figure this out. You might want to read them too.
Riadok 22: Riadok 23:
  
 ~~socialite~~ ~~socialite~~
-{{tag>macOS os-x fresh-install CrashReport}}+{{tag>os-x fresh-install CrashReport}}
  
  
blog/odborny/2024-11-10-completely_disable_macos_crashreport.1731235801.txt.gz · Posledná úprava: 2024/11/10 11:50 od Róbert Toth