I have created this library to solve all your problems. Crash Reporter is a handy tool to capture all your crashes and log them in device locally
Just add this dependency and you're good to go.
compile 'com.balsikandar.android:crashreporter:1.0.1'
Find all your crashes in device locally and fix them at your convenience. Crashes are saved using date and time format easy to track. Plus it also provides API for capture Logged Exceptions using below method.
CrashRepoter.logException(Exception e)