diff options
author | Gurpreet Ghai <gghai@codeaurora.org> | 2017-05-18 20:56:00 +0530 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-02-25 21:16:34 +0100 |
commit | 1d3f76791250c420724ec625e56c02a9b97bba9e (patch) | |
tree | 43d9f172b7549cf969418348b357bb9f89feb225 | |
parent | 0d39a55fb766fc4af4386e973f28c796a8d6bf9a (diff) |
msm8996-common: 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
-rw-r--r-- | rootdir/etc/init.qcom.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 44beffc..3150543 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -104,7 +104,10 @@ on post-fs-data mkdir /data/vendor/tombstones 0771 system system mkdir /data/vendor/tombstones/rfs 0771 system system + 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 |