LemmyNet / jerboa

A native android app for Lemmy
GNU Affero General Public License v3.0
1.16k stars 166 forks source link

Add log collection and share screen #1264

Open MV-GH opened 11 months ago

MV-GH commented 11 months ago

Pre-Flight checklist

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 commented 7 months ago

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?

dessalines commented 7 months ago

Yeah that'd be fine.