215dd2aa9b
Refactor to split the logic within statscompanion_service The goal of the refactor is to simplify the binder calls to statsd This service will talk to statsd. At the end of the refactor, this service should be the only service that talks to statsd. Bug: 146074223 Test: Manual by creating the service with empty implementation Change-Id: Ib9c2e10ec195d41062f1001e5a82b374696de939
8 lines
639 B
Text
8 lines
639 B
Text
type attention_service, system_server_service, service_manager_type;
|
|
type dynamic_system_service, system_api_service, system_server_service, service_manager_type;
|
|
type gsi_service, service_manager_type;
|
|
type incidentcompanion_service, system_api_service, system_server_service, service_manager_type;
|
|
type stats_service, service_manager_type;
|
|
type statscompanion_service, system_server_service, service_manager_type;
|
|
type statsmanager_service, system_api_service, system_server_service, service_manager_type;
|
|
type uce_service, service_manager_type;
|