Sujet : Re: Processes running
De : andrew (at) *nospam* spam.net (Andrew)
Groupes : comp.mobile.androidDate : 30. Jun 2024, 09:02:03
Autres entêtes
Organisation : BWH Usenet Archive (https://usenet.blueworldhosting.com)
Message-ID : <v5r3dr$1cbs$1@nnrp.usenet.blueworldhosting.com>
References : 1 2 3
User-Agent : PiaoHong.Usenet.Client.Free:1.65
Andy Burns wrote on Sun, 30 Jun 2024 08:05:01 +0100 :
top is more useful.� ps on my system just shows bash and ps.
ps has numerous flags, such as
ps -a
ps -efa
ps -fax
As I recall, we covered this topic in gory detail already (assuming
processes === services), but I don't have my phone with me at the moment so
I can't check the phone itself - but Google has what the OP needs, I think.
Suffice to say you have full view, AFAIK, to all running processes, and, in
fact, you can set the number of background running services to anything.
<
https://www.xda-developers.com/android-developer-options/>
"Running services: This opens a screen showing you all the applications
and system processes running on your device, and how much memory each
one is using."
Note that I'm making a basic assumption that processes === services,
although that may not be accurate (someone will correct me if I err).