GameAnalytics / GA-SDK-UNITY

The GameAnalytics SDK for tracking events in Unity.
MIT License
120 stars 56 forks source link

Fix using of C# String.Substring #15

Closed Ambivertoz closed 3 years ago

Ambivertoz commented 3 years ago

If you want to truncate a string after 8192 characters, then you need to specify two indices: start and end. The single-index substring variant will return all characters after 8192 characters

Ambivertoz commented 3 years ago

I use the plugin in my project and if the stacktrace is more than 8192 characters - in the web interface I see only the bitten end, but I would like to see the beginning