mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-23 07:27:22 +01:00
add git rev to crashlytics reports
This commit is contained in:
parent
01d74e91de
commit
2eaf86ed14
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…
Add table
Reference in a new issue