sdm660-common: cnss_diag: Remove the file based logging option
File based logging is writing to sdcard, this is not supported. By default qxdm is required, removing the file based logging. Change-Id: I7fa1748c0ff3eb594dc7d4c59eb69c0ae9ef7756
This commit is contained in:
parent
e6f6caa3fb
commit
c372b4a3b7
1 changed files with 1 additions and 1 deletions
|
@ -879,7 +879,7 @@ service wifi_ftmd /system/vendor/bin/wifi_ftmd
|
|||
on property:vendor.wifi.ftmd.load=true
|
||||
insmod /system/lib/modules/pronto/pronto_wlan.ko con_mode=5
|
||||
|
||||
service vendor.cnss_diag /system/vendor/bin/cnss_diag -q -f
|
||||
service vendor.cnss_diag /system/vendor/bin/cnss_diag -q
|
||||
class late_start
|
||||
user system
|
||||
group system wifi inet net_admin sdcard_rw media_rw diag
|
||||
|
|
Loading…
Reference in a new issue