blob: 322a01faa50000d28fe0f21621c28c190dc49dbd [file] [log] [blame]
Wilson Sung69ffa902024-10-24 08:05:26 +00001# Dump GXP logs to bugreport.
Adam Shih60d07212023-03-01 08:30:20 +08002pixel_bugreport(dump_gxp)
3
4userdebug_or_eng(`
5 allow dump_gxp radio_vendor_data_file:dir create_dir_perms;
6 allow dump_gxp radio_vendor_data_file:file create_file_perms;
7 allow dump_gxp sscoredump_vendor_data_coredump_file:dir r_dir_perms;
8 allow dump_gxp sscoredump_vendor_data_coredump_file:file r_file_perms;
9 allow dump_gxp sscoredump_vendor_data_crashinfo_file:dir r_dir_perms;
10 allow dump_gxp sscoredump_vendor_data_crashinfo_file:file r_file_perms;
Adam Shih60d07212023-03-01 08:30:20 +080011')
12