android - 是否需要在 Android 应用程序的每个 Activity 中调用 bugsense 崩溃处理程序?

标签 android android-activity crash bug-tracking bugsense

我的应用有 3 个 Activity A、B 和 C。 从 A(“家”)我可以开始 B,从 B 我可以开始 C。

我是否必须仅在 A 或 B 和 C 中调用 BugSenseHandler.setup(this, MY_API_KEY);

最佳答案

联系BugSense后,

Android, Feb 26 13:42 (EET): Hello and thank you for contacting us, you can place it either on the application activity, or on the first activity that runs on your project. In the documentation we suggest the second practice, since it's easier and quicker for the majority of the developers.

------------------------------------------------------------------------------------------------------ BugSense

至于我,我一直将其放置在应用程序 Activity 中并且运行良好。

关于android - 是否需要在 Android 应用程序的每个 Activity 中调用 bugsense 崩溃处理程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7867550/

相关文章:

java - getLongArrayExtra 返回 null

android - 从 Android App 下载的文件在下载目录中不可见

Android Intent 的堆栈 - 登录屏幕和主菜单

android - 根据需要在每个 RecyclerView 元素中滚动 TextView

java - 错误 : "requestFeature() must be called before adding content", 虽然它是在 setContentView() 之前调用的

linux - 如何修复 SBT 崩溃 : java. lang.NumberFormatException : For input string: "0x100"?

java - 一旦完成加载,MultiMC就会崩溃7/7

database - 服务器因流量高峰而崩溃,现在出现数据库连接错误

java - 在 Android 上限制语音识别结果

android - 在 Mapbox [Android] 中向 MarkerOptions 添加新属性的最佳方式是什么?