jerboa icon indicating copy to clipboard operation
jerboa copied to clipboard

Add log collection and share screen

Open MV-GH opened this issue 1 year ago • 2 comments

Pre-Flight checklist

  • [X] Did you check to see if this issue already exists?
  • [X] This is a single feature request. (Do not put multiple feature requests in one issue)
  • [X] This is not a question or discussion. (Use https://lemmy.ml/c/jerboa for that)

Describe The Feature Request Below

Add a screen similar to, crash logs, but instead it has a button to start collecting logs. Then it displays the current logs, switches the start collecting logs button to stop collecting logs. On pressing stop it stops collecting and makes an entry like crash logs.

MV-GH avatar Oct 17 '23 20:10 MV-GH

I have looked into this but it does seem like we will have to replace all Log calls with a custom Logger.

There is no way to hook into the existing Log class.

@dessalines Would that be problem?

MV-GH avatar Feb 22 '24 13:02 MV-GH

Yeah that'd be fine.

dessalines avatar Feb 24 '24 23:02 dessalines