Kaydet (Commit) ce263269 authored tarafından Andras Timar's avatar Andras Timar

enable crashreport on Windows

Change-Id: I55df3da63919f76afcd4905b1898287e26c8c4f1
üst bb69dc8f
......@@ -19,8 +19,8 @@ def main():
print("Usage: upload-symbols.py symbols.zip config.ini \"long explanation\" [--system]")
sys.exit(1)
upload_url = "http://crashreport.libreoffice.org/upload/"
login_url = "http://crashreport.libreoffice.org/accounts/login/"
upload_url = "http://crashreport.collaboraoffice.com/upload/"
login_url = "http://crashreport.collaboraoffice.com/accounts/login/"
config = configparser.ConfigParser()
config.read(sys.argv[2])
......
......@@ -73,7 +73,7 @@ void CrashReporter::writeCommonInfo()
std::ofstream minidump_file(ini_path, std::ios_base::trunc);
minidump_file << "ProductName=LibreOffice\n";
minidump_file << "Version=" LIBO_VERSION_DOTTED "\n";
minidump_file << "URL=http://crashreport.libreoffice.org/submit/\n";
minidump_file << "URL=http://crashreport.collaboraoffice.com/submit/\n";
for (auto& keyValue : maKeyValues)
{
writeToStream(minidump_file, keyValue.first, keyValue.second);
......
......@@ -23,3 +23,4 @@
--with-lang=ar as ast bg bn-IN br ca ca-valencia cy cs da de el en-US en-GB es et eu fi fr ga gd gl gu he hi hr hu id is it ja km kn ko lt lv ml mr nb nl nn oc or pa-IN pl pt pt-BR ro ru sk sl sr sr-Latn sv ta te tr uk vi zh-CN zh-TW
--enable-windows-build-signing
--enable-symbols
--enable-breakpad
......@@ -87,7 +87,7 @@ You can help us to fix this issue by sending an anonymous crash report to the %P
<property name="xalign">0</property>
<property name="label" translatable="yes">The crash report was successfully uploaded.
You can soon find the report at:
crashreport.libreoffice.org/stats/crash_details/%CRASHID</property>
crashreport.collaboraoffice.com/stats/crash_details/%CRASHID</property>
<property name="wrap">True</property>
<property name="selectable">True</property>
</object>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment