集成Firebase收集崩溃日志

Firebase关联APP


  1. 登陆Firebase的官网:https://www.firebase.com/login/。下面是登陆后的界面:

  2. 创建Firebase的应用



    以下是创建成功后的界面:

  3. 按提示关联我们的APP


  4. 添加崩溃统计服务
    有2种方案,但后续既然都打算换fabirc就直接选第一个了。

    点击后会跳转到到Fabric的登陆界面,地址为:https://fabric.io/login
    以下是登陆Fabric后的界面:

  5. 按提示配置依赖并同步

  6. 添加测试代码,运行崩溃后,过几分钟可以前往https://fabric.io/dashboard进行查看崩溃的信息(这个时间不一定有多快)

  7. 如果过了好久没看到崩溃信息,可以从下面2方面进行排查

1:Make sure the Fabric.with() line is after all other 3rd-party SDKs that set an UncaughtExceptionHandler

2:Relaunch the app after it has crashed to retry uploading the crash

你可能感兴趣的:(杂七杂八)