According to the documentation:
To reduce your users’ network traffic, Crashlytics batches logged exceptions together and sends them the next time the app launches.
I would like to a trigger a log submission immediately as a result of a user problem report. I cannot know if or when a user will start the app again. Is it possible to force fabric to submit any pending reports?