クラッシュレポートを有効にする
Qt Creator はGoogle Breakpad を使用してクラッシュに関する情報を収集し、処理のためにSentryに送信します。Breakpadは、クラッシュしたプロセスのメモリから、ユーザーの機密情報、URL、ユーザーがQt Creator を信頼したその他のコンテンツなど、任意のコンテンツをキャプチャする可能性があります。しかし、クラッシュレポートは、ソフトウェアエラーを修正する目的のみに使用されます。
クラッシュレポートを有効にするには
- Preferences >Environment >System にアクセスします。

- Enable crash reporting を選択します。
クラッシュレポートは、Sentry がクラッシュレポートを受け付けるために設定したファイルサイズの制限を超えなければ、自動的に送信されます。レポートの送信や成功したか失敗したかについては通知されません。
Breakpadとセキュリティ ポリシーに関する詳細情報を表示するには、? を選択します。
クラッシュ レポートの場所
Qt Creator は、コンピュータ上の以下のディレクトリにクラッシュ レポートを保存します:
- Windows の場合:
%APPDATA%\QtProject\qtcreator\crashpad_reports - Linux および macOS の場合:
$HOME/.config/QtProject/qtcreator/crashpad_reports
Note: クラッシュを報告する最良の方法は、バグレポートを作成し、対応するスタックトレースを貼り付けることです。
Qt への問い合わせ」も参照してください 。
Copyright © The Qt Company Ltd. and other contributors. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.