Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
balsikandar authored Aug 5, 2017
1 parent 2bdfa1f commit f459600
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,14 @@ debugCompile 'com.balsikandar.android:crashreporter:1.0.1'
```
CrashReporter.initialize(this, crashReporterPath);
```
Note: You don't need to call CrashReporter.initialize() if you want logs to be saved in default directory
Note: You don't need to call CrashReporter.initialize() if you want logs to be saved in default directory.

### Run the sample
<img src=https://github.com/balsikandar/CrashReporter/blob/master/assets/sample_app_screenshot.png >
Crash this sample by clicking given exceptions and see there crash report.

## Add your own crash
You are welcome to add your own crashes, Just make a pull request and do it...

### Using log Exception API
### If you want to capture exceptions then you can use below APIs
Expand Down Expand Up @@ -77,17 +84,15 @@ CrashUtil.getDefaultPath()
you can access all crash/exception log files from this path and upload them to server for your need. Remember it's default path
if you provide your own path you know where to find the logs...

## Add your own crash
You are welcome to add your own crash and check if it get's logged...
### That's it for now

### TODO
Context awareness to track crashes and fix them.
Identify crashes and categorise them in groups

### Find this project useful ? :heart:
* Support it by clicking the :star: button on the upper right of this page. :v:

### That's it for now

### Contact - Let's connect and share knowledge
- [Twitter](https://twitter.com/balsikandar)
- [Github](https://github.com/balsikandar)
Expand Down

0 comments on commit f459600

Please sign in to comment.