firebase / quickstart-unity

Firebase Quickstart Samples for Unity
https://firebase.google.com/games
Apache License 2.0
833 stars 428 forks source link

Exceptions with long messages don't appear in Crashlytics dashboard #844

Open revolt3r opened 3 years ago

revolt3r commented 3 years ago

[REQUIRED] Please fill in the following fields:

[REQUIRED] Please describe the issue here:

When logging an exception with a really long message, the exception doesn't appear in the dashboard: Crashlytics.LogException(new Exception(message, e));

Steps to reproduce:

Have you been able to reproduce this issue with just the Firebase Unity quickstarts (this GitHub project)? What's the issue repro rate? 100%

What happened? How can we make the problem occur? Log an exception with a 100 characters message -> error appears in Firebase Crashlytics dashboard Log an exception with a 10.000 characters message -> error doesn't appear in Firebase Crashlytics dashboard

DellaBitta commented 3 years ago

Hi @revolt3r,

I've created an internal ticket b/171906740 to track this issue and assigned it to the Crashlytics team directly.

Thanks!