-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS crash report missing "Application Specific Information" and thread names #857
Comments
Hi @jrau14 thanks for the detailed report. We should show some app specific information in crash reports. Do you mind starting a support thread in App Center via the blue chat bubble or the question mark icon so our team can take a closer look? Thanks! |
|
Hi, I'm finding the same problem on macOS applications too. Here is the top portion of a crash from the machine where it occurred:
And here is the top portion of the RAW crash as shown in AppCenter:
What is the status of this? Thank you! |
@winnie do you need someone to report that through this other channel to take action? (i.e. "via the blue chat bubble or the question mark icon"). I'm interested in this ticket being implemented. |
We're seeing lots of crashes that we cannot reproduce and look exactly like in microsoft/appcenter-sdk-apple#1944 . Any chances support for the ASI is going to be implemented? |
This issue has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs within 15 days of this comment. |
This issue will now be closed because it hasn't had any activity for 15 days after stale. Please feel free to open a new issue if you still have a question/issue or suggestion. |
Does this mean that we're not getting a fix for this? |
This issue has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs within 15 days of this comment. |
As we do not have plans to add support for this feature in the next year, I'm closing the issue. |
What App Center service does this affect?
iOS App Center SDK
Describe the bug
When comparing a crash log obtained via Xcode directly from the device, and the same crash log obtained via App Center, the Xcode-sourced crash log has a lot of helpful information which is missing from the App Center-sourced crash log.
Full examples are below, but a few snippets of what I see in the Xcode crash log which are missing from the App Center log:
I am unsure if this is expected behavior or if what I'm hoping for is even technically feasible--but I kind of hope it is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The log obtained in step 5 should (aside from missing symbols in the stack traces) be identical to the log obtained in step 6.
Smartphone (please complete the following information):
Log gotten from App Center:
Log gotten from Xcode:
The text was updated successfully, but these errors were encountered: