You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see the following crashes in my app's crashlytics window (on Android only):
But since I have wrapped my startDfu() method call inside a try-catch block, I expected this error to be handled and not crash the app. This would've been true if the startDfu future caught the error in the first place, but it seemingly does not.
Ideally, this error should be passed by the library to its own onError callback.
The text was updated successfully, but these errors were encountered:
I see the following crashes in my app's crashlytics window (on Android only):
But since I have wrapped my
startDfu()
method call inside atry-catch
block, I expected this error to be handled and not crash the app. This would've been true if thestartDfu
future caught the error in the first place, but it seemingly does not.Ideally, this error should be passed by the library to its own
onError
callback.The text was updated successfully, but these errors were encountered: