Replies: 1 comment 2 replies
-
Hi @akhudek , thanks for leaving your opinion :) Sorry for being late here, because I've been busy with daily things. If you set |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking for some help in handling logging and fatal errors between rust and flutter. For one, I've seen some packages that try to send any log::info etc messages to the flutter logging system. Are any compatible with rinf?
Second, I'd like to be able to handle fatal errors on the rust side more easily. E.g. it would be good to surface unexpected panics and send them to a crash reporter or debug log that users can send over rather than have a silent failure.
I suppose I could try to build something like this myself via a stream and panic intercept, but is there an already established way?
Beta Was this translation helpful? Give feedback.
All reactions