summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Chaiklin <sdc.blanco@youmail.dk>2021-01-15 14:39:03 +0100
committerSeth Chaiklin <sdc.blanco@youmail.dk>2021-01-15 14:54:39 +0100
commit655482c647bd7a8a4c517d6ef3bd71c7d6f9db68 (patch)
tree1b899e13c7bac54e0a3b3a492971cc3565eb396e
parenttdf#119657 add related topics links to help about rulers and margins (diff)
downloadhelp-655482c647bd7a8a4c517d6ef3bd71c7d6f9db68.tar.gz
help-655482c647bd7a8a4c517d6ef3bd71c7d6f9db68.zip
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
-rw-r--r--source/text/shared/guide/error_report.xhp2
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>