Update crash log URL to the new crash log catcher on our new services.netnewswire.com server.
This commit is contained in:
parent
74298e7cde
commit
bb5a0abb9a
|
@ -42,7 +42,7 @@ struct CrashReporter {
|
|||
}
|
||||
|
||||
static func sendCrashLogText(_ crashLogText: String) {
|
||||
var request = URLRequest(url: URL(string: "https://netnewswire.com/crashreportcatcher.php")!)
|
||||
var request = URLRequest(url: URL(string: "https://services.netnewswire.com/reportCrash.php")!)
|
||||
request.httpMethod = HTTPMethod.post
|
||||
|
||||
let boundary = "0xKhTmLbOuNdArY"
|
||||
|
|
Loading…
Reference in New Issue