How does session_length is calculated by Fabric Answers?

故事扮演 提交于 2020-01-07 04:56:26

问题


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());

    ...
}

回答1:


Todd from Fabric here.

It looks like you are reporting the length in seconds so it is reporting 25 seconds not .25 seconds. We don't report fractions of seconds anywhere in the dashboard.



来源:https://stackoverflow.com/questions/42514914/how-does-session-length-is-calculated-by-fabric-answers

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!