[Libreoffice-commits] help.git: source/text

Seth Chaiklin (via logerrit) logerrit at kemper.freedesktop.org
Fri Jan 15 13:55:00 UTC 2021


 source/text/shared/guide/error_report.xhp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 655482c647bd7a8a4c517d6ef3bd71c7d6f9db68
Author:     Seth Chaiklin <sdc.blanco at youmail.dk>
AuthorDate: Fri Jan 15 14:39:03 2021 +0100
Commit:     Seth Chaiklin <sdc.blanco at youmail.dk>
CommitDate: Fri Jan 15 14:54:39 2021 +0100

    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 at youmail.dk>
    Tested-by: Jenkins

diff --git a/source/text/shared/guide/error_report.xhp b/source/text/shared/guide/error_report.xhp
index baba5ba3b..6574a0d13 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>


More information about the Libreoffice-commits mailing list