diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-01-15 14:39:03 +0100 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-01-15 14:54:39 +0100 |
commit | 655482c647bd7a8a4c517d6ef3bd71c7d6f9db68 (patch) | |
tree | 1b899e13c7bac54e0a3b3a492971cc3565eb396e /source | |
parent | fc682e9a8b7d6d6438668fb61304460f35002b3d (diff) |
tdf#126492 add mention of new information sent in Crash Report
https://gerrit.libreoffice.org/c/core/+/109358 adds "system RAM"
to the Crash report. This patch adds this information to the help page.
Change-Id: Id9eb944824f86a1e4916cb2691c84fe2fe6e295f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109348
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Tested-by: Jenkins
Diffstat (limited to 'source')
-rw-r--r-- | source/text/shared/guide/error_report.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/shared/guide/error_report.xhp b/source/text/shared/guide/error_report.xhp index baba5ba3b9..6574a0d13f 100644 --- a/source/text/shared/guide/error_report.xhp +++ b/source/text/shared/guide/error_report.xhp @@ -50,7 +50,7 @@ <h2 id="hd_id3150792" xml-lang="en-US">What Data are Sent?</h2> <paragraph id="par_id3154366" role="paragraph" xml-lang="en-US">The crash report sends information about the error type that caused the crash and the process memory contents at the time of the crash. The memory contents include: a list of loaded libraries and their version number; a list of the current threads with the contents of their stack memory and processor register states. The memory trace is gathered locally by standard system tools: <literal>dbghelp.dll</literal> on Windows systems; <literal>clone()</literal>, <literal>ptrace()</literal> and <literal>/proc</literal> directory on Linux systems; Apple's Crash Reporter on Mac systems.</paragraph> -<paragraph role="paragraph" id="par_id731607157836334">Information is also sent about the %PRODUCTNAME version, the operating system name and version, and the computing hardware (CPU identification; graphics device and driver).</paragraph> +<paragraph role="paragraph" id="par_id731607157836334">Information is also sent about the %PRODUCTNAME version, the operating system name and version, and the computing hardware (CPU type and features; total RAM memory size; graphics device and driver).</paragraph> <paragraph id="par_id3150504" role="paragraph" xml-lang="en-US">The crash report is anonymous. No identification information is sent and no document content is sent. The report data are sent as a multipart HTTP POST request.</paragraph> </body> |