avinashkranjan / logsuite

Logsuite is a versatile plugin for Flutter apps, seamlessly capturing screenshots, crash logs, and network activity. With automated logging and storage, it ensures comprehensive monitoring and debugging, enhancing app stability and performance.
http://logsuite.avinashranjan.com
MIT License
8 stars 14 forks source link

Crash Log Recording #4

Closed avinashkranjan closed 2 weeks ago

avinashkranjan commented 1 month ago

Objective

Automatically capture and record crash logs with relevant information when a crash occurs. Save crash logs to device storage and provide an API for retrieval.

Requirements

Steps to Implement

  1. Create a CrashLogRecorder class.
  2. Use a package like catcher to automatically capture crash logs.
  3. Save the captured logs to a predefined directory on the device.
  4. Implement an API to retrieve the crash logs.

Resources

Catcher package Device Info Plus package

Asymtode712 commented 1 month ago

@avinashkranjan please assign me this issue

avinashkranjan commented 1 month ago

@Asymtode712 Go Ahead, Assigned to you, Submit a working video when you create the PR..