Updated to new Exception Handler requirements
Change-Id: Id9f0ab7f98198e0957eae414383f3f73152075a9 Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user