Skip to content
Snippets Groups Projects
Commit 2a57e77f authored by Ajay Panicker's avatar Ajay Panicker
Browse files

Add btsnoop_hci.log to bugreport zip (2/2)

Bug: 28672558
Test: Manual
Change-Id: Ibee6e7e52eb6ee285b9ca0a5507d515eb3c54c0e
parent 10960aec
No related branches found
No related tags found
No related merge requests found
......@@ -125,6 +125,11 @@ allow dumpstate self:process execmem;
allow dumpstate dalvikcache_data_file:file execute;
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
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.
Finish editing this message first!
Please register or to comment