Skip to content
Snippets Groups Projects
Commit 4134a4c1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add coverage service."

parents dfa42e59 2328fec7
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