Reputation: 716
My flutter application is crashed when launching it in windows. I need to find out the crash logs to resolve the problem. But I can't able to do it. Is there a way to find out the flutter application crash logs?
Upvotes: 0
Views: 1825
Reputation: 5
No Crashlytics doesn't record OOM Crash as per https://twitter.com/Arzhannikov_A/status/1073194994134065152 correct me if I'm wrong
Upvotes: 0
Reputation: 198
I assume you are developing flutter web application. As a document from Flutter you can use Report errors to a service. That are using Sentry. Happy coding :)
Upvotes: 1
Reputation: 2097
You can use firebase_crashlytics to record crash of your application.
Upvotes: 0