mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-01-31 20:10:27 +00:00
Move /data/misc/radio to /data/vendor/radio as per treble rules
1) Modify the sepolicy to use /data/vendor partition to hold vendor radio data. 2) Modify Dumpstate to access /data/vendor for logging. Test: Basic telephony sanity with radio enforce mode Bug: 36736902 Bug: 36717606 Change-Id: I1f8f1026189c1262cfe0af251451e0efcc98c7f7
This commit is contained in:
committed by
Jayachandran Chinnakkannu
parent
a05b888385
commit
86b6fcc8a6
@@ -65,8 +65,8 @@ void DumpstateDevice::dumpModem(int fd, int fdModem)
|
||||
std::string diagLogDir = "/data/vendor/radio/diag_logs/logs";
|
||||
std::vector<std::string> rilAndNetmgrLogs
|
||||
{
|
||||
"/data/misc/radio/ril_log",
|
||||
"/data/misc/radio/ril_log_old",
|
||||
"/data/vendor/radio/ril_log",
|
||||
"/data/vendor/radio/ril_log_old",
|
||||
"/data/vendor/netmgr/netmgr_log",
|
||||
"/data/vendor/netmgr/netmgr_log_old"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user