diff options
author | 2021-07-20 20:45:43 +0000 | |
---|---|---|
committer | 2021-07-21 18:14:12 +0000 | |
commit | cbd69fcb6011fc6b0b054727634a9eb460c661ca (patch) | |
tree | bf7135f3873c191619709c1e645df34b762b4dc4 /libs/binder/TextOutput.cpp | |
parent | b08c2cb666abb46551d84ed01341c0d96c245a00 (diff) |
dumpsys: dump multiple types of info in one run
I was looking at which processes were using too many threads, since
almost all services in dumpsys report 0/16 threads out of use, and this
looks like a lot of (potentially wasted threads). However, almost all of
these come from system_server, so they are actually shared among all of
the services. Though, from the existing output of dumpsys, it was a bit
hard to actually understand this without comparing two outputs.
This still isn't quite like lshal (which has columns), but at least now
I can run `dumpsys --thread --pid` and I can see all the services and
see their processes to make this analysis easier.
Bug: N/A
Test: dumpsys_test
Change-Id: I88a6c80f4c9aed82b3f5a050b29c13ba86284562
Diffstat (limited to 'libs/binder/TextOutput.cpp')
0 files changed, 0 insertions, 0 deletions