Skip to content

Instantly share code, notes, and snippets.

@stoefln
Created February 3, 2018 10:21
Show Gist options
  • Save stoefln/d55b3f9cdb2e3f025569509bfdddecc5 to your computer and use it in GitHub Desktop.
Save stoefln/d55b3f9cdb2e3f025569509bfdddecc5 to your computer and use it in GitHub Desktop.
// Initializes Fabric for builds that don't use the debug build type.
Crashlytics crashlyticsKit = new Crashlytics.Builder()
.core(new CrashlyticsCore.Builder().disabled(BuildConfig.DEBUG).build())
.build();
Fabric.with(this, crashlyticsKit);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment