Skip to content

Instantly share code, notes, and snippets.

Created April 21, 2015 12:51
Show Gist options
  • Save anonymous/3e684066f7de99475833 to your computer and use it in GitHub Desktop.
Save anonymous/3e684066f7de99475833 to your computer and use it in GitHub Desktop.
application
public void onCreate() {
super.onCreate();
mContext = getApplicationContext();
if (!BuildConfig.DEBUG) {
Fabric.with(this, new Crashlytics());
}
FacebookSdk.sdkInitialize(mContext);
NewRelic.withApplicationToken("my_token").start(this);
// (...)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment