简体   繁体   English

Crashlytics登录iOS框架

[英]Crashlytics logs in ios framework

In Crashltyics dashboard, I could see some logs frequently in iOS frameworks like CoreFoundation , CFNetwork , WebCore , AVFoundation and in our code also. Crashltyics仪表板中,我经常在iOS框架(如CoreFoundationCFNetworkWebCoreAVFoundation以及我们的代码中经常看到一些日志。 We never come across this crashes in our testing, in production, it is happening. 我们从来没有在测试,生产中遇到这种崩溃。 I want to know, users really face this problem (app kill) for all these logs or only logs are being posted. 我想知道,对于所有这些日志,用户还是真的会遇到此问题(应用程序终止),或者仅发布日志。

We have to face the same problem to over come it. 我们必须面对同样的问题才能克服它。 we have to create the local logs (with title debug or info) to publish on crashlytics. 我们必须创建本地日志(带有标题debug或info)以在crashlytics上发布。 Now when we receive the crash we have to follow the logs flow to reach that problem. 现在,当我们收到崩溃消息时,我们必须遵循日志流程来解决该问题。 for example logs of an error 例如错误日志

user login successfully user upload the picture picture upload api failed/ or received wrong mime-type on server etc 用户登录成功用户上传图片图片上传api失败/或在服务器上收到错误的mime类型等

these local logs would generate on send and receive api requests 这些本地日志将在发送和接收api请求时生成

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用自己的框架在iOS应用中正确设置Crashlytics,以便从框架中获取日志和密钥? - How to correctly set up Crashlytics in iOS app with own framework in order to get logs and keys from the framework? 如何将Crashlytics集成到iOS框架项目中? - How to integrate Crashlytics into an iOS framework project? 如何将Crashlytics集成到iOS框架目标中? - How to integrate Crashlytics into an iOS framework target? Firebase Crashlytics 在 iOS 应用程序中升级 SDK 后未显示日志 - Firebase Crashlytics not showing Logs after SDK upgrade in iOS App 了解 Crashlytics 错误日志 - Understanding Crashlytics Error Logs 将RestKit日志发送到Crashlytics - Send RestKit logs to Crashlytics Crashlytics Framework不会检测iOS上的Info plist - Crashlytics Framework doesn't detect the Info plist on iOS iOS xcode 5 crashlytics错误 - Shell脚本调用错误 - ./Crashlytics.framework/run:权限被拒绝 - iOS xcode 5 crashlytics error - Shell Script Invocation Error - ./Crashlytics.framework/run: Permission denied 适用于iOS的Crashlytics仅在崩溃后打开应用程序时才记录日志崩溃 - Crashlytics for iOS does logs crash only when app is opened after the crash Crashlytics报告中的日志中有哪些时间戳? - What are the timestamps in the logs in a Crashlytics report?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM