Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
balsikandar committed Aug 16, 2017
1 parent 6af7347 commit f838808
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ While developing features we get crashes and if device is not connected to logca
### Run the sample
<img src=https://github.com/balsikandar/CrashReporter/blob/master/assets/crash_reporter_work_flow.gif >

### Crash Reporter API
### Crash Reporter APIs

- Track all crashes
- Use Log Exception API to log Exception
Expand Down Expand Up @@ -50,12 +50,11 @@ debugCompile ('com.balsikandar.android:crashreporter:1.0.9'){
```
CrashReporter.initialize(this, crashReporterPath);
```
Note: You don't need to call CrashReporter.initialize() if you want logs to be saved in default directory. If you want to use external storage then add storage permission
Note: You don't need to call CrashReporter.initialize() if you want logs to be saved in default directory. If you want to use external storage then add storage permission in you manifest file.

```
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
```
in you manifest file.

### Using log Exception API
### If you want to capture exceptions then you can use below API
Expand Down

0 comments on commit f838808

Please sign in to comment.