LogMaskLibrary: Add newlines and fix posix perms

Bug:302435001
Test: Manually build, flash, `adb shell ls -l \
/data/vendor/radio`

Change-Id: If2696c577e66ee27a042ebe8d6ff61a9e832caec
This commit is contained in:
kierancyphus 2023-11-01 21:28:16 +08:00 committed by Kieran Cyphus
parent 09160b77ca
commit 741d0c09d7
4 changed files with 6 additions and 3 deletions

View file

@ -409,6 +409,9 @@ on post-fs-data
# Modem extended log folder # Modem extended log folder
mkdir /data/vendor/radio/extended_logs 0770 radio system mkdir /data/vendor/radio/extended_logs 0770 radio system
# Log Mask Library Mask storage paths
mkdir /data/vendor/radio/log_masks 777 system system
# Modem MDS log folder # Modem MDS log folder
mkdir /data/vendor/radio/mds 0771 radio system mkdir /data/vendor/radio/mds 0771 radio system

View file

@ -1 +1 @@
modem_logging_control START -o /data/vendor/radio/logs/always-on -n 50 -s 50 -m /vendor/etc/modem/default.cfg --enable_exmetric --enable_exmetric_internal modem_logging_control START -o /data/vendor/radio/logs/always-on -n 50 -s 50 -m /vendor/etc/modem/default.cfg --enable_exmetric --enable_exmetric_internal

View file

@ -1 +1 @@
modem_logging_control START -o /data/vendor/radio/logs/always-on -n 50 -s 50 -m /vendor/etc/modem/default.cfg --enable_exmetric --enable_exmetric_internal modem_logging_control START -o /data/vendor/radio/logs/always-on -n 50 -s 50 -m /vendor/etc/modem/default.cfg --enable_exmetric --enable_exmetric_internal

View file

@ -1 +1 @@
modem_logging_control START -o /data/vendor/radio/logs/always-on -n 50 -s 50 -i 1 --enable_exmetric --enable_exmetric_internal modem_logging_control START -o /data/vendor/radio/logs/always-on -n 50 -s 50 -i 1 --enable_exmetric --enable_exmetric_internal