add git rev to crashlytics reports

This commit is contained in:
Eric House 2019-02-09 11:13:32 -08:00
parent 01d74e91de
commit 2eaf86ed14

View file

@ -38,6 +38,8 @@ public class CrashTrack {
try {
Fabric.with( context, new Crashlytics() );
Crashlytics.setString("git-rev", BuildConfig.GIT_REV );
// Now crash as a test
if ( false ) {
new Thread( new Runnable() {