projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20e368e
)
Update default crash report submission URL.
author
Cheng Zhao
<zcbenz@gmail.com>
Tue, 19 Nov 2013 04:27:20 +0000
(12:27 +0800)
committer
Cheng Zhao
<zcbenz@gmail.com>
Tue, 19 Nov 2013 04:27:20 +0000
(12:27 +0800)
common/api/lib/crash-reporter.coffee
patch
|
blob
|
history
diff --git
a/common/api/lib/crash-reporter.coffee
b/common/api/lib/crash-reporter.coffee
index 9a54510c0d26e69cc5d5fb9c633277d1033b701c..fea44072981aaa60ff329a8fef61e870190b470a 100644
(file)
--- 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-S
hell'
+ productName ?= '
atom-s
hell'
companyName ?= 'GitHub, Inc'
- submitUrl ?= 'http://54.249.141.25'
+ submitUrl ?= 'http://54.249.141.25
:1127/post
'
autoSubmit ?= true
ignoreSystemCrashHandler ?= false
extra ?= {}