-
Notifications
You must be signed in to change notification settings - Fork 58
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
Updated logDescription of MXCrashDiagnostic with human-readable exception type and signal #151
Updated logDescription of MXCrashDiagnostic with human-readable exception type and signal #151
Conversation
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.
Love it!
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.
🚀
Code Coverage Report
SwiftLint found issues
Generated by 🚫 Danger Swift against ffdb980 |
@edorphy thanks for your contribution! Our repository requires signed commits. Would it be possible for you to enable signed commits and recommit using the following command:
You can read more about setting up signed commits here. |
…tion type and signal
d36b161
to
de8981f
Compare
I fixed the SwiftLint warnings and errors that I introduced :D. Should be good now. |
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.
Great job, thanks a lot for taking care of signing your commits! Let's go!
Congratulations! 🎉 This was released as part of Release 4.5.0 🚀 Generated by GitBuddy |
#149
Updated the logDescription of the MXCrashDiagnostic to print the human-readable lookups for the exception type and signals defined in iOS SDK header files using custom string interpolations.