889d8aa9a7
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
8 lines
322 B
Text
8 lines
322 B
Text
# HwBinder IPC from client to server
|
|
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;
|