mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-22 07:28:16 +01:00
add git rev to crashlytics reports
This commit is contained in:
parent
0cd0bd4c03
commit
fce0eb2acc
1 changed files with 2 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue