Minchan Kim caf0f59fab dump vendor cma stat
Bug: 276901078
Test: dumpstate_board.txt on adb bugreport includes the info
Change-Id: Iaef36594a8ef48b0c85039f348618f021f93e8c2
Signed-off-by: Minchan Kim <minchan@google.com>
2023-04-11 16:36:56 +00:00

15 lines
651 B
Plaintext

pixel_bugreport(dump_memory)
allow dump_memory vendor_toolbox_exec:file execute_no_trans;
userdebug_or_eng(`
allow dump_memory vendor_dmabuf_debugfs:file r_file_perms;
allow dump_memory vendor_page_pinner_debugfs:dir r_dir_perms;
allow dump_memory vendor_page_pinner_debugfs:file r_file_perms;
allow dump_memory vendor_cma_debugfs:dir r_dir_perms;
allow dump_memory vendor_cma_debugfs:file r_file_perms;
allow dump_memory debugfs_tracing_instances:dir search;
allow dump_memory debugfs_tracing_instances:file r_file_perms;
allow dump_memory sysfs_pixel_stat:dir r_dir_perms;
allow dump_memory sysfs_pixel_stat:file r_file_perms;
')