Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

Commit

Permalink
Giving up.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfinkhaeuser committed May 15, 2011
1 parent 1c4e76a commit 2a6dca9
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.markdown
Expand Up @@ -59,15 +59,18 @@ Your `AndroidManifest.xml` must be modified slightly:
stack trace data.
- Your app should use the `Application` class in `androdyne.jar` rather than
Android's own. You can achieve that most easily by changing the `application`
tag:
tag.
- Your app must define a meta-data file that describes how androdyne accesses
the web service for submitting stack trace data. This must be included in
your app's main/launcher Activity:

### Application Snippet ###

<application android:label="@string/app_name"
android:name="org.androdyne.Application"
>

- Your app must define a meta-data file that describes how androdyne accesses
the web service for submitting stack trace data. This must be included in
your app's main/launcher Activity:
### Meta-Data Snippet ###

<meta-data android:name="org.androdyne.exception-handler"
android:resource="@xml/androdyne"
Expand Down

0 comments on commit 2a6dca9

Please sign in to comment.