Skip to content
Snippets Groups Projects
Commit b9433b37 authored by Ajay Panicker's avatar Ajay Panicker Committed by android-build-merger
Browse files

Add btsnoop_hci.log to bugreport zip (2/2) am: 2a57e77f am: 02e827bc am: 189d634a

am: c9df1704

Change-Id: I7931f65b82d08e285cee183bb6e9e8830748cc8d
parents b4e22398 c9df1704
No related branches found
No related tags found
No related merge requests found
...@@ -125,6 +125,11 @@ allow dumpstate self:process execmem; ...@@ -125,6 +125,11 @@ allow dumpstate self:process execmem;
allow dumpstate dalvikcache_data_file:file execute; allow dumpstate dalvikcache_data_file:file execute;
allow dumpstate dalvikcache_data_file:lnk_file r_file_perms; allow dumpstate dalvikcache_data_file:lnk_file r_file_perms;
# For Bluetooth
allow dumpstate bluetooth_data_file:dir search;
allow dumpstate bluetooth_logs_data_file:dir r_dir_perms;
allow dumpstate bluetooth_logs_data_file:file r_file_perms;
# Dumpstate calls screencap, which grabs a screenshot. Needs gpu access # Dumpstate calls screencap, which grabs a screenshot. Needs gpu access
allow dumpstate gpu_device:chr_file rw_file_perms; allow dumpstate gpu_device:chr_file rw_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment