From fe5962a816a50b25771e1fdcf179286360654f45 Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Sun, 4 Mar 2012 23:20:07 -0500 Subject: [PATCH] Updated Exception hander Settings Change-Id: Ibc81eede0d07438800178bcfc3ca6c53563820c8 Signed-off-by: Ricky Barrette --- IOIOTruck/AndroidManifest.xml | 2 +- IOIOTruck/assets/exceptionhandler.properties | 21 +++++++++++--------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/IOIOTruck/AndroidManifest.xml b/IOIOTruck/AndroidManifest.xml index d41da61..5d59a6f 100644 --- a/IOIOTruck/AndroidManifest.xml +++ b/IOIOTruck/AndroidManifest.xml @@ -52,7 +52,7 @@ - + diff --git a/IOIOTruck/assets/exceptionhandler.properties b/IOIOTruck/assets/exceptionhandler.properties index 3d072f2..910dadd 100644 --- a/IOIOTruck/assets/exceptionhandler.properties +++ b/IOIOTruck/assets/exceptionhandler.properties @@ -1,18 +1,21 @@ # exceptionhandler.properties -# This is the default Twenty Codes, LLC Exception Handler properties file -# -# @author Twenty Codes, LLC -# @author ricky barrette +# @author ricky barrette +# @author twenty codes - -# The following is for using our custom server based exception handler web application +# This file is used to tell the Exception Handler LIbrary how to file +# new exception reports # HTTP ONLY +# +# Place this file in you project's assets folder and edit as needed +# # server is the physical web address for your server # file is the path to your filing script # get is the path to your json retrieval script -server = http://powers.doesntexist.com:666/testing -file = /index.php?post=1 -#get = /index.php?get=1 +# app is the redmine project name +# tracker is the redmine tracker +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. # if this is uncommented, email will always be used.