Skip to content

Commit

Permalink
Fix directory permission issue for modem logging
Browse files Browse the repository at this point in the history
Bug: 71039120
Test: No permission issue after upgrade
Change-Id: Ide29dc94babc9db97bb85e7a5388954677c2aa10
  • Loading branch information
Jie Song committed Jan 9, 2018
1 parent 526eb63 commit b46a015
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions init.common.diag.rc.userdebug
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on post-fs-data
# Modem logging collection
mkdir /data/vendor/radio 0775 radio radio
mkdir /data/vendor/radio/diag_logs 0777 system system
chmod 777 /data/vendor/radio/diag_logs/cfg
chmod 777 /data/vendor/radio/diag_logs/custom_cfg
# WLAN logging collection
mkdir /data/vendor/wifi 0777 system system
mkdir /data/vendor/wifi/cnss_diag 0777 system system
Expand Down

0 comments on commit b46a015

Please sign in to comment.