diff --git a/ExaltedDice/AndroidManifest.xml b/ExaltedDice/AndroidManifest.xml index 5c0e541..e4175bb 100755 --- a/ExaltedDice/AndroidManifest.xml +++ b/ExaltedDice/AndroidManifest.xml @@ -15,6 +15,7 @@ android:label="@string/app_name" > @@ -40,6 +41,9 @@ android:name="Settings" android:theme="@style/MyTheme" > + + + diff --git a/ExaltedDice/assets/exceptionhandler.properties b/ExaltedDice/assets/exceptionhandler.properties index 3d072f2..89bdf35 100644 --- a/ExaltedDice/assets/exceptionhandler.properties +++ b/ExaltedDice/assets/exceptionhandler.properties @@ -1,18 +1,18 @@ # 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 # 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://powers.doesntexist.com:8080/redmine/exceptionhandler +app = test +tracker = Bug # uncomment the following if you want your application to use email to file reports. # if this is uncommented, email will always be used.