forked from qt-creator/qt-creator
Doc: Describe crash reporting
Task-number: QTCREATORBUG-31510 Change-Id: Ia5275f68320f415d7aa5cd301945f4597308755c Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
1
dist/changelog/changes-15.0.0.md
vendored
1
dist/changelog/changes-15.0.0.md
vendored
@@ -32,6 +32,7 @@ General
|
|||||||
* Prebuilt binaries
|
* Prebuilt binaries
|
||||||
* Added opt-in crash reporting to
|
* Added opt-in crash reporting to
|
||||||
`Edit > Preferences > Environment > System`
|
`Edit > Preferences > Environment > System`
|
||||||
|
([Documentation](https://doc-snapshots.qt.io/qtcreator-15.0/creator-how-to-turn-on-crash-reports.html))
|
||||||
|
|
||||||
Editing
|
Editing
|
||||||
-------
|
-------
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 9.0 KiB |
@@ -17,6 +17,10 @@
|
|||||||
\externalpage https://www.perforce.com/manuals/cmdref/Content/CmdRef/P4CONFIG.html
|
\externalpage https://www.perforce.com/manuals/cmdref/Content/CmdRef/P4CONFIG.html
|
||||||
\title Perforce: P4CONFIG
|
\title Perforce: P4CONFIG
|
||||||
*/
|
*/
|
||||||
|
/*!
|
||||||
|
\externalpage https://sentry.io/security/
|
||||||
|
\title Sentry: Security & Compliance
|
||||||
|
*/
|
||||||
/*!
|
/*!
|
||||||
\externalpage https://doc.qt.io/qt-6/qtdesigner-manual.html
|
\externalpage https://doc.qt.io/qt-6/qtdesigner-manual.html
|
||||||
\title Qt Widgets Designer Manual
|
\title Qt Widgets Designer Manual
|
||||||
|
@@ -0,0 +1,35 @@
|
|||||||
|
// Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
|
||||||
|
|
||||||
|
/*!
|
||||||
|
\page creator-how-to-turn-on-crash-reports.html
|
||||||
|
\previouspage creator-how-tos.html
|
||||||
|
|
||||||
|
\ingroup creator-how-to-use
|
||||||
|
|
||||||
|
\title Turn on crash reports
|
||||||
|
|
||||||
|
\QC uses Google Crashpad to collect information about crashes and to send it
|
||||||
|
to \l{Sentry: Security & Compliance}{Sentry} for processing. Crashpad might
|
||||||
|
capture arbitrary contents from the memory of the crashed process, including
|
||||||
|
user-sensitive information, URLs, and other content users have trusted
|
||||||
|
\QC with. However, the crash reports are used for the sole purpose of fixing
|
||||||
|
software errors.
|
||||||
|
|
||||||
|
To turn on crash reports:
|
||||||
|
|
||||||
|
\list 1
|
||||||
|
\li Go to \preferences > \uicontrol Environment > \uicontrol System.
|
||||||
|
\image qtcreator-preferences-environment-system.webp {System preferences}
|
||||||
|
\li Select \uicontrol {Enable crash reporting}.
|
||||||
|
\endlist
|
||||||
|
|
||||||
|
To free up disk space that crash reports reserve on the computer,
|
||||||
|
select \uicontrol {Clear Local Crash Reports}. You can see the
|
||||||
|
size of the crash reports next to the button.
|
||||||
|
|
||||||
|
Select \uicontrol ? to view more information about Crashpad and the security
|
||||||
|
policy.
|
||||||
|
|
||||||
|
\sa {Contact Qt}
|
||||||
|
*/
|
Reference in New Issue
Block a user