diff options
| author | 2022-05-28 01:20:52 +0000 | |
|---|---|---|
| committer | 2022-05-28 01:20:52 +0000 | |
| commit | 63c6ecc99e5835d2e4d64f7ea4e99c744b8a57a8 (patch) | |
| tree | 5167eb794cf845ea8d242393970c1187145e8b5c /cmds/dumpstate/dumpstate.cpp | |
| parent | 80317b700f2e4e5411698787d2f196b48781caee (diff) | |
| parent | 006509ad7d6cb5ab1f6a3533dd55db47afd65abb (diff) | |
Snap for 8656240 from 006509ad7d6cb5ab1f6a3533dd55db47afd65abb to tm-release
Change-Id: I17d8322cc7a6831aeffc64f4745155dab1294e5f
Diffstat (limited to 'cmds/dumpstate/dumpstate.cpp')
| -rw-r--r-- | cmds/dumpstate/dumpstate.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmds/dumpstate/dumpstate.cpp b/cmds/dumpstate/dumpstate.cpp index 890c15f895..2b94b71a7f 100644 --- a/cmds/dumpstate/dumpstate.cpp +++ b/cmds/dumpstate/dumpstate.cpp @@ -1648,7 +1648,7 @@ static Dumpstate::RunStatus dumpstate() { DumpPacketStats(); - RunDumpsys("EBPF MAP STATS", {"netd", "trafficcontroller"}); + RunDumpsys("EBPF MAP STATS", {"connectivity", "trafficcontroller"}); DoKmsg(); @@ -2084,7 +2084,7 @@ Dumpstate::RunStatus Dumpstate::DumpTraces(const char** path) { int timeout_failures = 0; bool dalvik_found = false; - const std::set<int> hal_pids = get_interesting_hal_pids(); + const std::set<int> hal_pids = get_interesting_pids(); struct dirent* d; while ((d = readdir(proc.get()))) { |