Update dumpstate code that dumps BPF maps.

dumpsys netd trafficcontroller no longer does anything useful
because that information has moved to the mainline module.

Run dumpsys connectivity trafficcontroller instead, which ouputs
the same information.

Test: none
Bug: 234084920
Change-Id: I7b50ffcc62f04c336379fbbd7ea0106a91aac15f
(cherry picked from commit 807f2ddf2c9e7d23a8bfdc083fe75fd5ad5ddc98)
Merged-In: I7b50ffcc62f04c336379fbbd7ea0106a91aac15f
diff --git a/cmds/dumpstate/dumpstate.cpp b/cmds/dumpstate/dumpstate.cpp
index c5cb0f6..2b94b71 100644
--- a/cmds/dumpstate/dumpstate.cpp
+++ b/cmds/dumpstate/dumpstate.cpp
@@ -1648,7 +1648,7 @@
 
     DumpPacketStats();
 
-    RunDumpsys("EBPF MAP STATS", {"netd", "trafficcontroller"});
+    RunDumpsys("EBPF MAP STATS", {"connectivity", "trafficcontroller"});
 
     DoKmsg();