Steven Moreland | d86a30a | 2016-12-01 09:39:10 -0800 | [diff] [blame] | 1 | # hwbinder access |
2 | hwbinder_use(hal_dumpstate) | ||||
3 | |||||
4 | # call into dumpstate process (callbacks) | ||||
5 | binder_call(hal_dumpstate, dumpstate) | ||||
Steven Moreland | 1ce910f | 2016-12-28 18:45:14 -0800 | [diff] [blame^] | 6 | |
7 | # write bug reports in /data/data/com.android.shell/files/bugreports/bugreport | ||||
8 | allow hal_dumpstate shell_data_file:file write; |