【ubuntu】whoopsieとはなにか
きっかけ
クラッシュレポートのグループに記載されていたwhoopsieとはなんだろうか
code:crash report
$ sudo ls -l /var/crash/
-rw-r----- 1 systemd-resolve whoopsie 970511 2月 23 18:02 _usr_lib_systemd_systemd-resolved.101.crash
正体
ubuntuにクラッシュレポートを送信するデーモンらしい
apportという仕組みをつかっているそう
In Ubuntu, whoopsie is a daemon that is responsible for collecting error reports from apport and then sending that report to Canonical if the user agrees to this in the apport confirmation dialog.
いまもレポートを送信しているの?
デフォルトでは、ユーザが同意したら送信されるそう。なにもしてなければ送信されない
これのことか
https://scrapbox.io/files/63f7474161788f001b7d201d.png
参考