Merge "Allow dumpstate to dump NNAPI HAL log on userbuild" am: fb9ff8d5b6

Change-Id: Ib617782e2a1e04546d3b4b39f7bf130e095b5762
This commit is contained in:
Automerger Merge Worker 2020-02-25 11:10:36 +00:00
commit 3b590980df

View File

@ -84,6 +84,7 @@ allow dumpstate {
hal_graphics_allocator_server
hal_graphics_composer_server
hal_health_server
hal_neuralnetworks_server
hal_omx_server
hal_power_server
hal_power_stats_server
@ -134,9 +135,10 @@ r_dir_file(dumpstate, cgroup)
binder_call(dumpstate, binderservicedomain)
binder_call(dumpstate, { appdomain netd wificond })
hal_client_domain(dumpstate, hal_dumpstate)
hal_client_domain(dumpstate, hal_wifi)
hal_client_domain(dumpstate, hal_graphics_allocator)
dump_hal(hal_dumpstate)
dump_hal(hal_wifi)
dump_hal(hal_graphics_allocator)
dump_hal(hal_neuralnetworks)
# Vibrate the device after we are done collecting the bugreport
hal_client_domain(dumpstate, hal_vibrator)