jerboa
jerboa copied to clipboard
Add log collection and share screen
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.
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?
Yeah that'd be fine.