summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2017-03-29 16:55:17 +0200
committerAndras Timar <andras.timar@collabora.com>2022-02-13 18:17:09 +0100
commita5172923c7ce7afdcda791eb91d30155005a7d8d (patch)
treeea9c672d7a4ba94795e79501fbe256d0cb88f438
parentfe146b6f795facc402e76df46f375149805bfcc1 (diff)
[cp] enable crashreport on Windows
(cherry picked from commit ce263269dff121af85634ada7870f33632e02bdd) Change-Id: I55df3da63919f76afcd4905b1898287e26c8c4f1 Reviewed-on: https://gerrit.libreoffice.org/78401 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94477 Tested-by: Mike Kaganski <mike.kaganski@collabora.com> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
-rwxr-xr-xbin/upload_symbols.py2
-rw-r--r--desktop/source/app/crashreport.cxx4
-rw-r--r--svx/uiconfig/ui/crashreportdlg.ui2
3 files changed, 4 insertions, 4 deletions
diff --git a/bin/upload_symbols.py b/bin/upload_symbols.py
index 277508da712e..23dcd3f47452 100755
--- a/bin/upload_symbols.py
+++ b/bin/upload_symbols.py
@@ -19,7 +19,7 @@ def main():
print("Usage: upload-symbols.py symbols.zip config.ini \"long explanation\" [--system]")
sys.exit(1)
- base_url = "https://crashreport.libreoffice.org/"
+ base_url = "https://crashreport.collaboraoffice.com/"
upload_url = base_url + "upload/"
login_url = base_url + "accounts/login/"
diff --git a/desktop/source/app/crashreport.cxx b/desktop/source/app/crashreport.cxx
index 7d70c9603d9a..fd0faf674e10 100644
--- a/desktop/source/app/crashreport.cxx
+++ b/desktop/source/app/crashreport.cxx
@@ -136,7 +136,7 @@ void CrashReporter::writeCommonInfo()
ucbhelper::InternetProxyDecider proxy_decider(::comphelper::getProcessComponentContext());
static const OUStringLiteral protocol = u"https";
- static const OUStringLiteral url = u"crashreport.libreoffice.org";
+ static const OUStringLiteral url = u"crashreport.collaboraoffice.com";
const sal_Int32 port = 443;
const ucbhelper::InternetProxyServer proxy_server = proxy_decider.getProxy(protocol, url, port);
@@ -147,7 +147,7 @@ void CrashReporter::writeCommonInfo()
maKeyValues.clear();
// limit the amount of code that needs to be executed before the crash reporting
- addKeyValue("ProductName", "LibreOffice", AddItem);
+ addKeyValue("ProductName", "CollaboraOffice", AddItem);
addKeyValue("Version", LIBO_VERSION_DOTTED, AddItem);
addKeyValue("BuildID", utl::Bootstrap::getBuildIdData(""), AddItem);
addKeyValue("URL", protocol + "://" + url + "/submit/", AddItem);
diff --git a/svx/uiconfig/ui/crashreportdlg.ui b/svx/uiconfig/ui/crashreportdlg.ui
index 3b661706ca31..dc7989f86847 100644
--- a/svx/uiconfig/ui/crashreportdlg.ui
+++ b/svx/uiconfig/ui/crashreportdlg.ui
@@ -5,7 +5,7 @@
<object class="GtkTextBuffer" id="textbuffer1">
<property name="text" translatable="yes" context="crashreportdlg|ed_post">The crash report was successfully uploaded.
You can soon find the report at:
-https://crashreport.libreoffice.org/stats/crash_details/%CRASHID</property>
+https://crashreport.collaboraoffice.com/stats/crash_details/%CRASHID</property>
</object>
<object class="GtkTextBuffer" id="textbuffer2">
<property name="text" translatable="yes" context="crashreportdlg|ed_bugreport">Please check the report and if no bug report is connected to the crash report yet, open a new bug report at bugs.documentfoundation.org.