diff --git a/README.md b/README.md index ed1b9ea..d1edba4 100644 --- a/README.md +++ b/README.md @@ -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 + +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 @@ -77,10 +84,6 @@ 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 @@ -88,6 +91,8 @@ 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)