On Mon, 9 Jun 2025 13:45:50 -0700, David Oseas wrote :
Settings > Developer Options > Running Services > Background Processes
This will show active background processes, their RAM usage,
and it will allow you to stop background processes, if desired.
A good start, but on my Galaxy S23, it is far from a complete picture of everything running in the background. Even when "Cached processes" is selected, it only shows about 25% of the processes revealed by Simple
System Monitor.
Good point. Thanks for adding additional value. You're correct.
I just compared this output to that of bg processes & yes, it's different.
adb shell top
adb shell ps -A
adb shell ps -e
adb shell dumpsys activity services
adb shell dumpsys meminfo
For the most comprehensive list of all processes, 'adb shell ps -A' seems
top be the best bet. If we want to understand what services those processes
are running, 'adb shell dumpsys activity services' helps a lot. And for
memory consumption, 'adb shell dumpsys meminfo' seems to be a key command.
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)