diff options
author | RAJATH R <rajathr@codeaurora.org> | 2018-03-22 12:25:39 +0530 |
---|---|---|
committer | TingyiChen <tingyi364@gmail.com> | 2019-08-13 11:53:51 +0200 |
commit | f1bd36c3e692dc57957328fb036d01101c710dcc (patch) | |
tree | 9fc7eb8b4fa3319a0a46898528bbe28c5eefbfb1 /rootdir | |
parent | f386914ca781586dc2b32deb9d7c2433b556d53f (diff) |
wayne-common: Create new directory for Bluetooth SoC dump
Create new directory for Bluetooth SoC dump/logs
collection for new Android P dump format
Change-Id: I1257518fa12420a6d8d5bb66f15782ab97582f36
Diffstat (limited to 'rootdir')
-rwxr-xr-x | 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 0cd95fc..07285a9 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -214,6 +214,9 @@ on boot on post-fs-data mkdir /data/vendor/misc 01771 system system + # Create directory used for dump collection + mkdir /data/vendor/ssrdump 0770 root system + # Create directory used by display clients mkdir /data/vendor/display 0770 system graphics |