问题标签 [crittercism]
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.
ios - iOS 应用程序崩溃率 - 背景噪音水平?
我们刚刚发布了一个使用 Crittercism 框架的应用程序。一段时间后,我们有大约 125K 的应用程序加载和 95 次崩溃 - 比率不到 0.08%。
一次崩溃发生了 19 次,另外 10 次,但其他 41 次都发生了 3 次或更少。如果该应用程序有任何重大问题,我预计会在特定领域看到更多的失败,所以我对我看到的数据水平感到满意。
快速浏览显示其中许多是低级故障,不是明显引起的,而是程序员错误。
例子
- 最大的一组都与后台线程上的 CFNetworking 相关,而静态 HTML 正在主线程上的 Web 视图中呈现。
- 有一些 KVO 失败
free_list_checksum_botch
但我的问题是,在一个足够复杂的操作系统(在这种情况下是 iOS)和一个足够复杂的应用程序(我认为是这样)中,作为开发人员,我是否应该期望看到这种级别的“背景噪音”?
我是否应该仅仅因为操作系统不完美而期望每加载 1-2000 次就会出现一个应用程序崩溃?有没有其他人有过类似的经历?
(我不是在寻找错误本身的解决方案......谢谢!)
android - 如何使用 Crittercism 手动发送异常?
我正在使用 android crittercism 库并在捕获错误级别异常时尝试发送报告。
但我找不到有关如何执行此操作的文档。这甚至可能吗?如果是这样,怎么做?
ios - IOS报告崩溃
我正在使用 crittercism 从我的 ipad 应用程序中获取崩溃报告。我需要检查应用程序是否在启动时上次加载时崩溃。
我在我的应用程序的 appDelegate 上使用包含 crittercismDidCrashOnLastLoad 的 CrittercismDelegate,但它似乎不起作用!
对此有任何示例/建议吗?
java - Only some users reporting "Resource Not Found" error. Does this make sense?
I am seeing a a couple of errors coming up on Crittercism (Crash reporting service) for my published Android app. The trace is the following:
Searching shows this this is usually a compiling problem (Usually that the Joda Time Library was not added to the build path or something), but then why would only about 4 users out of a couple thousand see this error?
My only guess is that someone is trying to decompile the app to pirate it (Its a fairly popular paid app), and sees this error when they incorrectly re-compiled. In that case I am glad they are seeing errors and I dont need to worry about this.
The other weird thing is that the code causing the problem was surrounded by a try/catch, which didnt seem to catch it:
Which to me, makes it seem even more unlikely that this error would show up on Crittercism, since it should've been caught. Can anyone explain this?
ios - 将标准用户默认值添加到 Crittercism 错误报告元数据的简单方法?
我可以使用 Crittercism 方法一一添加它们
...但是在添加新设置时很脆弱并且容易出错。任何人都可以建议一种更好的方法来将整个设置字典添加到用户元数据中吗?
ios - 检测应用程序在加载期间/上次运行时崩溃?
如果我的应用在启动期间崩溃,我希望它重置为标准设置。如果它在上次运行时崩溃,最好也是如此。
编辑:Crittercism有一个crittercismDidCrashOnLastLoad
方法,但它只处理加载期间崩溃的情况。它在我使用的库版本中无法正常工作,但这已得到修复。
建议?
ios - audioInpuStream 崩溃 - 我不清楚实际发生了什么
我刚从 Crittercism 得到这个崩溃日志。现在我怀疑它可能是由我正在使用的基于云的语音的第 3 方库引起的(iSpeech),但我真的不知道。我所知道的是,我自己的代码没有调用任何上述方法,也没有 MyAudioQueueInputCallback。
线索?
SIGSEGV -[audioInputStream setCurrentBuffer:] (audioInputStream.m:15)
ios - 适用于 iO 的 Crittercism SDK 版本 2.3.5
我正在使用 crittercism 从我的 iPad 应用程序中获取崩溃报告。我想知道应用程序上次加载时是否崩溃,但似乎包含函数 crittercismDidCrashOnLastLoad 的 CrittercismDelegate 不起作用。
有什么建议吗?以前有人遇到过这个问题吗?
android - 找不到适用于 android 的出色分析库
我真的很喜欢使用 flurry 进行分析,但是 flurry 提供的崩溃报告非常丑陋且简短。所以我决定在崩溃报告中使用 crittercism。现在这些库占用了我 1.4 应用程序的 0.5 mb,所以我很难过;(
想知道是否有人可以在一个工具中为我提供所有建议(分析 + 崩溃报告),最好是指定发送数据的时间(分析 + 崩溃报告)。
如果该工具可以与我的服务器一起使用,那就太好了(即在我的私人服务器上发送数据,而不是第 3 方)谢谢!
android - Mono for Android 的 Binding Crittercism
我正在尝试使用 Crittercism for Mono for Android。我已经设法用以下 Metadata.xml 编译了 crittercism jar 的绑定项目
如果我在单声道开发中使用程序集浏览器检查生成的 dll,则 init 方法
缺少它。我上面提到的类的删除在我看来只是内部混淆类,但我不确定。有没有人成功地使用它?
编辑:
在构建日志中,我可以找到一行
也许与此有关?我尝试在绑定项目中添加一个 json.org jar 作为参考 jar,但到目前为止没有成功。