Skip to content

1.5.0

Compare
Choose a tag to compare
@Ereza Ereza released this 09 Mar 20:52
· 44 commits to master since this release

-Merged #17 (thanks again @alorma!)
-Fixed an issue when logging the results of getAllErrorDetailsFromIntent (#18).
-Fixed an issue that made the library not work when other applications on the device declare the ERROR or RESTART intent filters (#21)
-The library checks for restart loops by setting a shared preference with the most recent crash timestamp. If another crash occurs in less than 2 seconds, the library assumes it's a restart loop and uses the default exception handler in order to stop it from infinitely restarting (#19).
-The library now uses the default exception handler when an error occurs in Application or error activity classes, or when a restart loop is detected.