- Home /
Getting the full managed_exception message for Performance Reporting
So we're using your performance reporting service to track down some spooky bugs with our game, but when checking on a certain bug that was causing crashes for a specific mobile device I'm unable to get the full message for the exception.
I tried downloading the json file, but the message is still cut off, resulting in:
"NotSupportedException: /Users/builduser/buildslave/unity/build/External/il2cpp/il2cpp/libil2cpp/icalls/mscorlib/System.Reflection.Emit/DynamicMethod.cpp(24) : Unsupported internal call for IL2CPP:DynamicMethod::destroy_dynamic_method - System.Reflection.E"
Now I can presume it's Reflection.Emit it's referring to (which is notoriously not working for mobile devices), but since the message is cut off, I can't really know where it's coming from.
Is it simply a storage limitation, or is there a way to get the full message?
Your answer
Follow this Question
Related Questions
How to get unity crash alerts? 0 Answers
Unity3D 5.1 Android Plugin running a service 0 Answers
Cannot get value from sensor as Android background service 0 Answers
Multiplayer 1 Answer