Add CrashHostUrl to settings_crash_behavior.xml to enable uploads of crash dumps again

master
Ansariel 2016-06-21 01:03:27 +02:00
parent ae6c830eb2
commit 370c7b2ec3
1 changed files with 11 additions and 0 deletions

View File

@ -33,5 +33,16 @@
<key>Value</key>
<integer>0</integer>
</map>
<key>CrashHostUrl</key>
<map>
<key>Comment</key>
<string>A URL pointing to a crash report handler; overrides cluster negotiation to locate crash handler.</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>String</string>
<key>Value</key>
<string>http://crashlogs.phoenixviewer.com/upload</string>
</map>
</map>
</llsd>