We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Don't add stacktrace "filename" if it's <0000>.
The text was updated successfully, but these errors were encountered:
Android IL2CPP
Windows IL2CPP
Possible and the most direct fix from Unity side
Unity
filename = filename.Equals("<00000000000000000000000000000000>", StringComparison.OrdinalIgnoreCase) ? string.Empty : filename;
After that looks like this (Win, Android)
@bruno-garcia is it good enough?) No PR for this thing, just checked the possibilities.
Sorry, something went wrong.
Strip zeroes for ill2cpp builds, closes #103
c0303bb
d816892
semuserable
Successfully merging a pull request may close this issue.
Don't add stacktrace "filename" if it's <0000>.
The text was updated successfully, but these errors were encountered: