-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
unity: android crash handler #11757
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
unity: android crash handler #11757
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Bundle ReportChanges will increase total bundle size by 301.72kB (1.69%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
lizokm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few small language tweaks. Thanks for adding!
| Note that [Unity has an Android crash handler which takes treats the crash information as a string](https://docs.unity3d.com/6000.0/Documentation/Manual/android-handle-crashes.html). This doesn't allow Sentry to symbolicate the crash and in result becomes a very low quality crash dump. | ||
| We recomment disalbing that through: `-androidChainedSignalHandlerBehavior:disabled`. For more information, [read the Unity documentation on this topic](https://docs.unity3d.com/6000.0/Documentation/Manual/android-handle-crashes.html). | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Note that [Unity has an Android crash handler which takes treats the crash information as a string](https://docs.unity3d.com/6000.0/Documentation/Manual/android-handle-crashes.html). This doesn't allow Sentry to symbolicate the crash and in result becomes a very low quality crash dump. | |
| We recomment disalbing that through: `-androidChainedSignalHandlerBehavior:disabled`. For more information, [read the Unity documentation on this topic](https://docs.unity3d.com/6000.0/Documentation/Manual/android-handle-crashes.html). | |
| Note, that Unity has an [Android crash handler](https://docs.unity3d.com/6000.0/Documentation/Manual/android-handle-crashes.html), which treats crash information as a string. This doesn't allow Sentry to symbolicate the crash, which becomes a very low-quality crash dump as a result. We recommend disabling it through: `-androidChainedSignalHandlerBehavior:disabled`. For more information, [read the Unity documentation](https://docs.unity3d.com/6000.0/Documentation/Manual/android-handle-crashes.html). | |
|
I'm waiting on the customer providing/confirming that this does help them in any way. |
|
This pull request has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you add the label "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
|
@romtsn, I know you made the sample work in the end. Was this change necessary? Did this work out? |
|
This pull request has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you add the label "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
|
Closing this as we did not end up using this to get the SDKs in a working state. |
No description provided.