After executing the service list command, you can see that many system services have no interfaces?
# service list | grep '\[\]'
5 app_binding: []
24 network_time_update_service: []
25 runtime: []
26 diskstats: []
39 DockObserver: []
43 devicestoragemonitor: []
63 testharness: []
70 pinner: []
80 device_config: []
81 settings: []
88 looper_stats: []
89 binder_calls_stats: []
93 battery: []
102 cpuinfo: []
103 dbinfo: []
104 gfxinfo: []
105 meminfo: []
Why is there such a system service? If they do not use the binder, how do they communicate with other processes?