currently, the given session length
is about 0.25s, which is maybe no more than the initialisation time.
Could you tell me how does it work?
the doc didn't help me much.
I currently initialize Fabrics like that:
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
Log.v(Constants.APP_TAG, "MainActivity: onCreate");
Fabric.with(this, new Crashlytics(), new Answers());
...
}