hi,
So I’m finally worked on fixing my app mem! (to get disk / memory usage), ending reworking 33% of it, still one issue before uploading to the store, not that much important just annoying.
Beside displaying disk usage it lists the current process running on the phone with memory and cpu usage, also it’s possible to stop (kill) harbour/jolla app (so process owned by nemo user).
I’m using the kill command to send SIGQUIT then SIGKILL signal. App stop as expected, but there’s still a (non responsive) graphics instance visible. How to get rid of this one too ?
I see 2 process for each app, one with the executable, one from invoker, killing both doesn’t solve the problem.
Sure that’s a minor feature, you usually stop app from the main panel, I added it because, it’s was possible, and it could be handy when an app is not responsive.