Updated to new Exception Handler requirements

Change-Id: Id9f0ab7f98198e0957eae414383f3f73152075a9
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-03-01 13:37:28 -05:00
parent 9d384e6457
commit 819d17969e
4 changed files with 29 additions and 17 deletions

View File

@@ -55,6 +55,9 @@
android:name="com.TwentyCodes.android.FindMyCarLib.ParkignTimerActivity"
android:theme="@android:style/Theme.Dialog" >
</activity>
<service android:name="com.TwentyCodes.android.exception.ReportPostingService" >
</service>
</application>
<uses-sdk android:minSdkVersion="4" />

View File

@@ -5,13 +5,15 @@
# 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
# app is the redmine project name
# tracker is the redmine tracker
server = http://powers.doesntexist.com:8080/
file = redmine/exceptionhandler
server = http://powers.doesntexist.com:8888/
app = Find My Car
tracker = Bug