反应生产应用程序突然崩溃了

发布于 2025-02-09 12:00:21 字数 869 浏览 0 评论 0 原文

我的客户之一突然正面临应用程序崩溃问题。直到昨天一直运行良好。但是今天打开时,一旦完成屏幕加载,它就会崩溃。它仅在一台设备( Redmi Y2 )中发生。应用程序已卸载,并从 PlayStore 新安装,但没有用。

App在设备 Honor 9n 中都可以很好地合作,并且无法调试问题,因为我没有发生应用程序崩溃的情况。

到目前为止我的分析:

我可以在执行 java脚本代码之前确认 app 已崩溃。我通过在他的手机中运行示例 apk 来检查此(我邮寄了他的test apk 链接)。由于我是 react-native-native 开发人员,我无法检查本机 side的本机方面发生的事情。

是否可以使用 react-native-codepush appcenter-analytics

还是

有任何解决方法可以找到 app 崩溃的根本原因?

One of my customers is facing App crash issue suddenly. It was working well till yesterday. But when opened today it crashed as soon as splash screen loading is completed. It's happening in only one device(Redmi Y2). App was uninstalled and newly installed from Playstore but no use.

App is working well with in device Honor 9N and unable to debug the issue since i don't have Redmi Y2 where App crash is happening.

My Analysis as of now:

I can confirm that App is crashed before executing the Java Script code. I checked this by running sample apk in his mobile(I mailed him test apk link). I could not check what's happening form native Android side since I am a react-native developer.

Is it possible to see crash logs by using react-native-codepush appcenter-analytics?

OR

Is there any workaround to find the root cause of the App crash?

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

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

发布评论

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

评论(2

听你说爱我 2025-02-16 12:00:21

Also you could try to integrate Crashlytics into您的应用程序。它是免费的,会向您发送有关应用程序中任何崩溃和挂断的详细信息。

Also you could try to integrate Crashlytics into your app. It is free and will send you detailed information about any crashes and hang-ups in your app.

下雨或天晴 2025-02-16 12:00:21

您应该能够从AppCenter Analytics获取数据。

找到根本原因 - >如果您的客户可以为您提供帮助,并使用安装Android Studio的PC连接设备(已启用开发选项),则可以准确地看到LogCat中发生的一切。

You should be able to get data from the AppCenter Analytics. https://learn.microsoft.com/en-us/appcenter/sdk/crashes/react-native

An idea to find the root cause -> If your customer can assist you and connect the device (with dev options enabled) to a PC with Android Studio installed you can see exactly what's crashing from the Logcat.

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