问题标签 [bugsense]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
1948 浏览

ios - 符号化没有崩溃日志的 iOS 崩溃堆栈跟踪

我正在使用 BugSense 来跟踪 iOS 应用程序的崩溃。最近我注意到在实时使用中表示堆栈跟踪的问题。

问题是 Apple 在 iOS 4.3 中引入了地址空间随机化,因此感兴趣的堆栈地址不能单独用于检索导致崩溃的正确方法。

目前我正在尝试通过计算来获得正确的地址

我已经有了幻灯片和堆栈地址,但据我了解,加载地址只能在我无法通过 BugSense 获得的崩溃报告中找到。堆栈跟踪看起来像

有没有另一种方法来象征这个地址或获得各自的加载地址?

0 投票
1 回答
307 浏览

android - Bugsense - 传输 ping 超时

BugSense 为我抛出了一个小异常。它有效(每次!?)当我的应用程序在我手中崩溃时,我仍然会收到电子邮件通知。我想知道以防万一,这个错误信息是什么?

有人知道吗?

例外:

0 投票
1 回答
648 浏览

android - Android Bugsense 给出异常:没有对等证书

我正在使用 bugsense 3.2.2 jar。我有一个简单的测试代码来生成 NullPointerException。我还添加了一个示例事件,可以在仪表板中看到它,但看不到生成的崩溃。

内部活动

在 AndroidManifest.xml 中

日志输出:

上面报告的错误是在活动启动后立即生成的(问题似乎在初始化代码中)。单击按钮后没有错误,但在 bugsense 仪表板中看不到崩溃。我也尝试过使用 3.2 jar,但问题仍然相同。

如果我遗漏了什么,请告诉我。

0 投票
1 回答
190 浏览

iphone - 为什么 BugSense 正在剥离崩溃堆栈跟踪符号?

运行启用了 BugSense 的应用程序时,我在调试控制台中看不到任何崩溃堆栈跟踪日志。我在调试控制台中看到的唯一内容是“SIGABRT”。我使用以下代码在 AppDelegate didFinishLaunching 中启用 Bugsense:

项目和应用程序目标构建设置“复制期间剥离调试符号”和“剥离链接产品”均设置为“否”

如果我注释掉“[BugSenseController sharedControllerWit ...”行,那么我会在调试控制台中看到完整的崩溃堆栈跟踪。任何想法,我缺少什么构建设置?

0 投票
1 回答
574 浏览

ios - Bugsense 在 XCode 的控制台输出中隐藏异常

我在我的 iOS 应用程序中使用 Bugsense,但是当我遇到 SIGABRT 或类似的崩溃时,我在 Xcode 中的输出控制台只显示 Bugsense 数据而不显示错误,所以每次我调试某些东西时,我都必须禁用 Bugsense 才能看到它。这是我的输出控制台的示例:

开启错误感知:

这在我启动应用程序时出现,但在崩溃的那一刻,控制台输出上没有显示任何内容

在关闭 Bugsense 的情况下:

我真的不知道为什么启用 bugsense 会隐藏异常。

0 投票
1 回答
458 浏览

android - 将 ACRA 与 BugSense 一起使用在 Android 4.1.2 上不起作用


我正在为 Android 开发一个应用程序,我最近开始使用 ACRA 来轻松报告错误。
我使用 BugSense 作为后端来查看和检查错误。
我一直在使用 Android 2.3.3 的 Galaxy S2 上对此进行测试,它运行良好,
但是当我在使用 Android 4.1.2 CyanogenMod 的 Galaxy S1 和使用 Android 4.* 的 Galaxy S3 上尝试它时,它停止工作了一些理由。
这是我的 ACRA 报告代码:


当应用程序崩溃时,会出现一个对话框,我按 OK,会出现一条感谢消息,但我在 BugSense 上什么也看不到。
这似乎是 BugSense 的问题,而不是 ACRA 的问题,但我就是不知道出了什么问题。
当我告诉 ACRA 发送电子邮件而不是向 bugsense 报告时,它工作正常。

谢谢, 塔尔

0 投票
1 回答
2082 浏览

ios - Edit Google spreadsheet automatically from command line

I´m trying to make a collection of scripts in php and bash that ask to bugsense for the errors in my app, make everything what I need and upload a couple of files to Google Docs so everyone in the company can see all the data up to date.

I do this because, as you know, Bugsense just gives me information of the last 30 days so I cannot store there a historical of my applications crashes.

The only problem that I´m having is how to edit a Google Spreadsheet without deleting it and uploading again. I mean, what I´m doing right now is:

Now that I have the file I want to edit, I delete it from my drive because if I upload again it will not override and I will have to files with the same name:

After that I just do everything what I need with file and upload it again:

The problem with this is that I´m having a new file everytime the script is runned so I cannot share that document because I´m deleting it everytime and uploading a new one.

The other thing that googlecl allows is to edit a file:

But with this, the proccess is not automatic because you need to deal with vim. I´ve been checking everywhere about it but nothing found that solves my problem.

0 投票
0 回答
452 浏览

android - Android Bugsense 给出异常:“getaddrinfo: bugsense.appspot.com return error = 0x8 >>”

我正在使用 bugsense 3.4jar。我有一个简单的测试代码来生成 NullPointerException。但是我看不到产生的崩溃,所以我寻找 eclipse 的 logcat,找到了这些日志:

我的代码:

谁来帮帮我?谢谢!

0 投票
1 回答
1390 浏览

android - ACRA 自定义日志报告器

我将 ACRA 与 bugsense.com 结合使用以获取错误报告。我可以使用它们从应用程序发送我的任意消息吗?
我希望它将用户的错误行为发送到 bugsense 服务器。这样做的唯一方法是生成异常吗?
我不确定这是否是个好主意。你用什么来保存你的日志?

编辑:我已经完全迁移到 Bugsense 跟踪器。它能够发送自定义处理的异常。易于实现,只需一行代码。

记录处理的异常

0 投票
2 回答
121 浏览

android - 奇怪的错误报告——由 ProwlerAgent411 引起的错误

我使用 bugsensec.om 从我的 android 应用程序接收崩溃报告。今天我收到了一份报告,其中包括:

只是我很好奇这实际上意味着什么。它是由美国的根设备触发的(我的应用程序仅针对欧洲的本地客户)。在搜索了这个 ProwlerAgent 之后,我找到了 Norton Mobile 参考资料。

也许我刚刚回答了我自己的问题。它是某人手机上的个人 AV 扫描仪,还是诺顿实验室检查应用程序的沙箱(如果是这种情况,我认为我不会得到这份报告)。我应该在更好的应用程序开发方面做些什么吗?