I'm using Crashlytics and would like to send 128 KB of data up to the cloud using logException. Since Crashlytics has a max of 64 KB / exception, I call logException twice with different throwable instances. However, when restarting the app, only the first exception shows up on the Crashlytics Dashboard.
Is it possible to log multiple exceptions with Crashlytics to send over? I understand Crashlytics' limit is 64 KB / exception and it stores a max of 8 exceptions at a time.