Updated Exception hander Settings
Change-Id: Ibc81eede0d07438800178bcfc3ca6c53563820c8 Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
@@ -52,7 +52,7 @@
|
|||||||
<activity android:name="CameraActivity" >
|
<activity android:name="CameraActivity" >
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
<service android:name="android.inputmethodservice.InputMethodService" >
|
<service android:name="com.TwentyCodes.android.exception.ReportPostingService" >
|
||||||
</service>
|
</service>
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
|
|||||||
@@ -1,18 +1,21 @@
|
|||||||
# exceptionhandler.properties
|
# exceptionhandler.properties
|
||||||
# This is the default Twenty Codes, LLC Exception Handler properties file
|
# @author ricky barrette <rickbarrette@gmail.com>
|
||||||
#
|
# @author twenty codes <twentycodes@gmail.com>
|
||||||
# @author Twenty Codes, LLC
|
|
||||||
# @author ricky barrette
|
|
||||||
|
|
||||||
|
# This file is used to tell the Exception Handler LIbrary how to file
|
||||||
# The following is for using our custom server based exception handler web application
|
# new exception reports
|
||||||
# HTTP ONLY
|
# HTTP ONLY
|
||||||
|
#
|
||||||
|
# Place this file in you project's assets folder and edit as needed
|
||||||
|
#
|
||||||
# server is the physical web address for your server
|
# server is the physical web address for your server
|
||||||
# file is the path to your filing script
|
# file is the path to your filing script
|
||||||
# get is the path to your json retrieval script
|
# get is the path to your json retrieval script
|
||||||
server = http://powers.doesntexist.com:666/testing
|
# app is the redmine project name
|
||||||
file = /index.php?post=1
|
# tracker is the redmine tracker
|
||||||
#get = /index.php?get=1
|
server = http://rickbarrette.dyndns.org:8080/redmine/exceptionhandler
|
||||||
|
app = IOIO Truck
|
||||||
|
tracker = Development Bug
|
||||||
|
|
||||||
# uncomment the following if you want your application to use email to file reports.
|
# uncomment the following if you want your application to use email to file reports.
|
||||||
# if this is uncommented, email will always be used.
|
# if this is uncommented, email will always be used.
|
||||||
|
|||||||
Reference in New Issue
Block a user