Suggestion: disable wifi wlan_logs


vis427

Members
Mar 8, 2020
12
15
One of the first things I do when setting up new rom is editing /data/vendor/wifi/cnss_diag.conf first line to LOG_PATH_FLAG = 0in order to get rid of big log files in /data/vendor/wlan_logs.
I don't think most are interested in those logs, so I suggest the devs to default that line to 0 in their shipped build, thanks.
 
Last edited:
  • Like
Reactions: Poney70
hi,
it triggered by
Code:
curtana:/ # grep -A 3 ce_available /vendor/etc/init/hw/init.target.rc
on property:sys.user.0.ce_available=true
    start vendor.cnss_diag
    start vendor.tcpdump

curtana:/ # getprop sys.user.0.ce_available
true

maybe someone can enlighten us about sys.user.0.ce_available
 
  • Like
Reactions: vis427