Android 市场 - 我收到的唯一崩溃报告是在“其他”平台上

发布于 2024-11-23 21:52:59 字数 328 浏览 0 评论 0原文

我在市场上有一个应用程序,其中有一些“java.lang.RuntimeException:无法制作本机字体”的崩溃报告。这在 SO 的其他地方有所介绍,我知道它在我的代码中的位置。这不是我的问题 - 问题是找出导致该问题的 Android 版本和手机类型。我从未在测试该应用程序的任何手机上看到过这种情况,模拟器上的任何版本的 Android 也没有出现这种情况。我看到的唯一崩溃错误是这些并且始终出现在“其他平台”上。我假设如果报告了不同的崩溃,我会得到有关该平台的更好线索 - 我希望看到“8”、“11”等。

这是一个付费应用程序。它发生在第一次运行时,因此用户取消购买。

请问有人知道这个平台是什么吗?

I've an app in the market with a few crash reports of "java.lang.RuntimeException: native typeface cannot be made". This is covered elsewhere on SO and I know where in my code it is. That's not my problem - the problem is finding out which Android version and handset type is causing it. I've never seen this on any handsets the app is tested on, nor does any version of Android on the emulators raise it. The only crash errors I see are these and always on "Platforms OTHER". I'm assuming if a different crash was reported I'd get a better clue regarding the platform - I'd expect to see "8", "11" etc.

It's a paid app. It happens right on first run so the users are cancelling the purchase.

Does anyone know what this platform is please?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

温折酒 2024-11-30 21:52:59

根据我的经验,开发人员控制台报告的应用程序中发生的崩溃很少。

如果您的应用程序已经请求互联网权限,您可以使用错误报告库。

我在我的应用中使用 ACRA。它非常容易集成,您会对市场开发人员控制台中未报告的崩溃数量感到惊讶。

In my experience, the developer console reports very few of the crashes occurring in your app.

If your app already requests internet permission you can use an error reporting library.

I use ACRA in my app. It's very easy to integrate and you'll be amazed at the number of crashes that don't get reported in the market developer console.

べ映画 2024-11-30 21:52:59

平台部分显示发生崩溃的设备,而不是 API 级别。然而,正如您所看到的,它非常有限。除了 OTHER 之外,我见过的唯一值是

  • T-Mobile myTouch 3G
  • Nexus One
  • Droid

任何其他值都与 OTHER 混为一谈。显然,它分离出的设备列表非常不完整,而且没有多大帮助。在 Google 对其进行改进之前,平台部分基本上毫无用处,我建议使用第三方库来获取更好的信息。

The Platforms section displays the device the crash occurs on, not API level. However, as you've seen, it's very limited. The only values I've seen besides OTHER are

  • T-Mobile myTouch 3G
  • Nexus One
  • Droid

Anything else is lumped in with OTHER. Obviously, the list of devices it separates out is vastly incomplete and not very helpful. Until Google improves it, the Platforms sections is essentially useless and I recommend using a third party library to get better information.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文