Updated to meet exception handler lib requirements

Change-Id: If543f6fa41123a09aabdc0241547cb83d91f488a
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-03-01 13:24:30 -05:00
parent f6cd5d3d56
commit 1e77c8ab97
2 changed files with 13 additions and 9 deletions

View File

@@ -15,6 +15,7 @@
android:label="@string/app_name" > android:label="@string/app_name" >
<activity <activity
android:name="GameListActivity" android:name="GameListActivity"
android:configChanges="keyboard|keyboardHidden|orientation"
android:label="@string/app_name" android:label="@string/app_name"
android:theme="@style/MyTheme" > android:theme="@style/MyTheme" >
<intent-filter> <intent-filter>
@@ -40,6 +41,9 @@
android:name="Settings" android:name="Settings"
android:theme="@style/MyTheme" > android:theme="@style/MyTheme" >
</activity> </activity>
<service android:name="com.TwentyCodes.android.exception.ReportPostingService" >
</service>
</application> </application>
</manifest> <!-- android:screenOrientation="portrait" --> </manifest> <!-- android:screenOrientation="portrait" -->

View File

@@ -1,18 +1,18 @@
# 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
# 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://powers.doesntexist.com:8080/redmine/exceptionhandler
app = test
tracker = 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.