Apps don't always work
-
So I have been playing with my Pinephone Pro and I have noticed that some apps just don't completely work as intended to. I would like to learn to trouble shoot these issues so I can provide fixes back to the app builder. Where should I start?
-
@thegreenknight You should probably start by looking at the logs.
The easiest way to do so is by downloading the Logviewer app from the open store.
If you want realtime logs, you could connect to your phone from a (linux) computer via ssh, then in the ssh terminal say:
journalctl --user --since=now --follow
-
@arubislander Thanks for the tip. I am probably gonna go with the SSH option because I have tried the logviewer and I didn't really care for it.