Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
ce263269
Kaydet (Commit)
ce263269
authored
Mar 29, 2017
tarafından
Andras Timar
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
enable crashreport on Windows
Change-Id: I55df3da63919f76afcd4905b1898287e26c8c4f1
üst
bb69dc8f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
upload_symbols.py
bin/upload_symbols.py
+2
-2
crashreport.cxx
desktop/source/app/crashreport.cxx
+1
-1
CPWin32.conf
distro-configs/CPWin32.conf
+1
-0
crashreportdlg.ui
svx/uiconfig/ui/crashreportdlg.ui
+1
-1
No files found.
bin/upload_symbols.py
Dosyayı görüntüle @
ce263269
...
...
@@ -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
])
...
...
desktop/source/app/crashreport.cxx
Dosyayı görüntüle @
ce263269
...
...
@@ -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
);
...
...
distro-configs/CPWin32.conf
Dosyayı görüntüle @
ce263269
...
...
@@ -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
svx/uiconfig/ui/crashreportdlg.ui
Dosyayı görüntüle @
ce263269
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment