Merge "Sync prebuilts with NNAPI enablement change" into rvc-dev am: fd40037003
Change-Id: I5e73b41d684c092c15a4ce96e2d8b0fd27e7b2d4
This commit is contained in:
commit
470cc075f1
1 changed files with 5 additions and 3 deletions
|
@ -85,6 +85,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
|
||||
|
@ -135,9 +136,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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue