1ce910f87d
Bug: 31982882 Test: works with wip bullhead binderized dumpstate implementation Change-Id: Iae964f49b3c2704688ded8e7366d89ace35a92aa
8 lines
255 B
Text
8 lines
255 B
Text
# hwbinder access
|
|
hwbinder_use(hal_dumpstate)
|
|
|
|
# call into dumpstate process (callbacks)
|
|
binder_call(hal_dumpstate, dumpstate)
|
|
|
|
# write bug reports in /data/data/com.android.shell/files/bugreports/bugreport
|
|
allow hal_dumpstate shell_data_file:file write;
|