You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #851 from Unity-Technologies/workaround-android-compiler-bug
Work around an Android C++ compiler bug
The class library code in GetErrorMessage exposes a C++ compiler bug
on Android in the r13b NDK. We can't easily update the NDK, so instead
we will work around the bug by changing the class library code. We don't
expect any change in behavior from this change.
This corrects case 986215.
Release notes:
IL2CPP: Work around a C++ compiler bug in the Android NDK that occurs when obtaining the message from a socket exception.
I'll back port this fix to 2018.1, 2017.3, and 2017.2
0 commit comments