Android 应用程序的最佳开源崩溃报告工具

Best open source crash reporting tool for Android Application

我想为我的应用程序使用崩溃报告工具,但我没有预算。任何人都可以知道除 crashlytics 之外的任何开源崩溃报告工具。

最好的是 Splunk Api。下载 splunk-mint.jar 并将其放在您的 libs folder.The 中在 onCreate() 中的 setContentView() 之前添加了以下代码:

Mint.initAndStartSession(MainActivity.this, "Your api key");

您将能够在 splunk 网站上看到完整的 log-cat/crash 报告。