BT: Create folder for Bluetooth logs/dump collection
These changes are to create folder to collect logs and dump from Bluetooth HAL daemon. CRs-Fixed: 2051034 Change-Id: Ib930a80aab1354ad1463a02febf71eba922e2df8
This commit is contained in:
parent
5f411c1e42
commit
a07184c7a0
|
@ -230,7 +230,10 @@ on post-fs-data
|
|||
|
||||
mkdir /data/misc/ipa 0700 net_admin net_admin
|
||||
|
||||
mkdir /data/vendor/ramdump 0771 root system
|
||||
mkdir /data/misc/bluetooth 0770 bluetooth bluetooth
|
||||
mkdir /data/vendor/bluetooth 0770 bluetooth bluetooth
|
||||
mkdir /data/vendor/ramdump/bluetooth 0770 bluetooth bluetooth
|
||||
|
||||
# Create the directories used by the Wireless subsystem
|
||||
mkdir /data/misc/wifi 0770 wifi wifi
|
||||
|
|
Loading…
Reference in New Issue