From: Cheng Zhao Date: Tue, 19 Nov 2013 04:27:20 +0000 (+0800) Subject: Update default crash report submission URL. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7735d8fbfd2a678a5a501af0cb86d0358a01bcf7;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git Update default crash report submission URL. --- diff --git a/common/api/lib/crash-reporter.coffee b/common/api/lib/crash-reporter.coffee index 9a54510..fea4407 100644 --- a/common/api/lib/crash-reporter.coffee +++ b/common/api/lib/crash-reporter.coffee @@ -4,9 +4,9 @@ class CrashReporter start: (options={}) -> {productName, companyName, submitUrl, autoSubmit, ignoreSystemCrashHandler, extra} = options - productName ?= 'Atom-Shell' + productName ?= 'atom-shell' companyName ?= 'GitHub, Inc' - submitUrl ?= 'http://54.249.141.25' + submitUrl ?= 'http://54.249.141.25:1127/post' autoSubmit ?= true ignoreSystemCrashHandler ?= false extra ?= {}