Modify crash report in Ubuntu 16.04 LTS
Sometimes the Ubuntu crash reports are annoying, so we can disable it by the following simple procedure:
sudo rm /var/crash/*
sudo vim /etc/default/apport
And set “enabled=0”
Sometimes the Ubuntu crash reports are annoying, so we can disable it by the following simple procedure:
sudo rm /var/crash/*
sudo vim /etc/default/apport
And set “enabled=0”
TOC