Ashok Kuvaraja
Ashok Kuvaraja

Reputation: 716

How to find out the flutter application crash logs?

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

Answers (3)

frank jebaraj
frank jebaraj

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

petchgabriel
petchgabriel

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

Hemal Moradiya
Hemal Moradiya

Reputation: 2097

You can use firebase_crashlytics to record crash of your application.

Upvotes: 0

Related Questions