简体   繁体   English

了解 Crashlytics 错误日志

[英]Understanding Crashlytics Error Logs

I am using Crashlytics to track and fix crashes in my live app.我正在使用 Crashlytics 来跟踪和修复我的实时应用程序中的崩溃。 However, I am not very knowledgeable on how to understand what the thread is telling me.但是,我不太了解如何理解线程告诉我的内容。

Usually on XCode, you get specific information regarding the error (such as, "unexpectedly found nil", etc.).通常在 XCode 上,您会获得有关错误的特定信息(例如,“意外发现 nil”等)。 Is there such information in a Crashlytics Dashboard? Crashlytics 仪表板中是否有此类信息? If not, how can I understand better what is causing the crash in the app?如果没有,我如何才能更好地了解导致应用程序崩溃的原因?

Here is a picture of an example crash.这是示例崩溃的图片。

在此处输入图片说明

Thanks!谢谢!

You error is inside cellForRowAtIndexPath.您的错误在 cellForRowAtIndexPath 内。 If I'm not mistaken, The blue labels are methods inside your classes.如果我没记错的话,蓝色标签是您的类中的方法。

And they work like a bread crumbs trail for all the processes that happened until the crash.对于崩溃之前发生的所有过程,它们就像面包屑一样工作。 0 is the first interaction where N is the last method triggered before your app crashed. 0 是第一次交互,其中 N 是应用程序崩溃之前触发的最后一个方法。

But you must agreed with me that your problem probably isn't inside UIKit or Foundation methods, right?但是您必须同意我的观点,您的问题可能不在 UIKit 或 Foundation 方法中,对吗? Is that helpful?这有帮助吗?

If not, feel free to contact their support, they are really responsive!如果没有,请随时联系他们的支持,他们真的很敏感! Here is they're email: support@fabric.io这是他们的电子邮件:support@fabric.io

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM