Allow dumping of InputProcessor HAL
In order to see the HAL state in bugreports, we need to allow the HAL to write to file where the dump is going. Bug: 237233372 Test: adb shell dumpsys android.hardware.input.processor.IInputProcessor/default Change-Id: Idf78269e4ee9798c078ac3b7ee4f375515d7aadc
This commit is contained in:
parent
b246b1dc35
commit
889d8aa9a7
1 changed files with 3 additions and 0 deletions
|
@ -3,3 +3,6 @@ binder_call(hal_input_processor_client, hal_input_processor_server)
|
|||
binder_call(hal_input_processor_server, servicemanager)
|
||||
|
||||
hal_attribute_service(hal_input_processor, hal_input_processor_service)
|
||||
|
||||
# Allow dumping of the HAL
|
||||
allow hal_input_processor_server dumpstate:fifo_file write;
|
||||
|
|
Loading…
Reference in a new issue