crashlytics 有 public API 吗?

Does crashlytics have a public API?

我们目前正在评估使用 c++ 以跨平台风格开发的移动应用程序的崩溃跟踪器集成(具体来说 Unreal engine 4)。

两个可能的候选者是 crashlytics 和 hockeyapp。 虽然 hockeyapp 公开了一个 REST Api 来发送崩溃(参见 http://support.hockeyapp.net/kb/api/api-crashes#post-custom-crashes),但我们找不到与 crashlytics 类似的东西。 我们更喜欢这样的自定义 REST 解决方案,因为 crashlytics 的集成对于使用 Java 的 Android 应用程序和使用 Objective-C.[=13 的 iOs 应用程序似乎很容易=]

有什么方法可以将自定义崩溃发送到 crashlytics?

据我所知,Crashlytics 没有 API 到 post 自定义崩溃结果。但是,SDK 可能会让您记录自定义数据。

正如 Webo80 所说,您可以在 Crashlytics 中使用自定义日志

At times, even full stack traces with line numbers aren't quite enough to pinpoint the bug. To give you even more insight, Crashlytics provides 4 logging mechanisms right out of the box: Logging, Custom Keys, User Information, and Caught Exceptions.

访问Crashlytics Custom Log