MatteCarra / AccA

Acc app allows to edit acc config file and add a tile to start and stop acc deamon
GNU General Public License v3.0
1.19k stars 85 forks source link

Log function not working properly #204

Closed moxtron closed 2 years ago

moxtron commented 2 years ago

I encountered an issue with the logging-function in the app.

It seems to spitout information which is incorrectly processed. I saw shell commands abd paths in there. Check out the sample.

Maybe also include a way to export logs. The current option only copies one line. Screenshot_20220113-200454.jpg

Device Info

VR-25 commented 2 years ago

That's actually the backend's (acc) log format. The app does not have the ability to export logs. The command acc --log --export (or acc -le) does it.