Skip to content
Snippets Groups Projects
Commit 2328fec7 authored by Allen Hair's avatar Allen Hair
Browse files

Add coverage service.

Bug: 31077138
Test: Device boots, coverage service works when tested manually.
Change-Id: Ia855cfefd5c25be5d1d8db48908c04b3616b5504
parent c82cf89f
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,7 @@ consumer_ir u:object_r:consumer_ir_service:s0 ...@@ -29,6 +29,7 @@ consumer_ir u:object_r:consumer_ir_service:s0
content u:object_r:content_service:s0 content u:object_r:content_service:s0
contexthub_service u:object_r:contexthub_service:s0 contexthub_service u:object_r:contexthub_service:s0
country_detector u:object_r:country_detector_service:s0 country_detector u:object_r:country_detector_service:s0
coverage u:object_r:coverage_service:s0
cpuinfo u:object_r:cpuinfo_service:s0 cpuinfo u:object_r:cpuinfo_service:s0
dbinfo u:object_r:dbinfo_service:s0 dbinfo u:object_r:dbinfo_service:s0
device_policy u:object_r:device_policy_service:s0 device_policy u:object_r:device_policy_service:s0
......
...@@ -48,6 +48,9 @@ type connmetrics_service, app_api_service, system_server_service, service_manage ...@@ -48,6 +48,9 @@ type connmetrics_service, app_api_service, system_server_service, service_manage
type consumer_ir_service, app_api_service, system_server_service, service_manager_type; type consumer_ir_service, app_api_service, system_server_service, service_manager_type;
type content_service, app_api_service, system_server_service, service_manager_type; type content_service, app_api_service, system_server_service, service_manager_type;
type country_detector_service, app_api_service, system_server_service, service_manager_type; type country_detector_service, app_api_service, system_server_service, service_manager_type;
# Note: The coverage_service should only be enabled for userdebug / eng builds that were compiled
# with EMMA_INSTRUMENT=true. We should consider locking this down in the future.
type coverage_service, system_server_service, service_manager_type;
type cpuinfo_service, system_api_service, system_server_service, service_manager_type; type cpuinfo_service, system_api_service, system_server_service, service_manager_type;
type dbinfo_service, system_api_service, system_server_service, service_manager_type; type dbinfo_service, system_api_service, system_server_service, service_manager_type;
type device_policy_service, app_api_service, system_server_service, service_manager_type; type device_policy_service, app_api_service, system_server_service, service_manager_type;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment