This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Glogger - log not generated in specified location.

Other Parts Discussed in Thread: WL1835

Hi,

  We want to generate logs from our WL1835 modules to compare the performance in different environments.

We did the following steps to generate the log

  1.  Changed the log parameter in wl18xx-conf.bin file using
     ./wlconf -i wlconf.bin –o wlconf.bin  –s core.fwlog.output=2
  2.  Loaded the new conf.bin into our board
  3.  Removed the wlandriver:  
     rmmod wl18xx; 
     rmmod wlcore;
  4. Reloaded our drivers
    insmod /system/lib/modules/wlcore.ko fwlog=continuous;
    insmod /system/lib/modules/wl18xx.ko; 
  5.  And then executed wl_logproxy command
    wl_logproxy 1555 /sys/devices/platform/sdhci-esdhc-imx.3/mmc_host/mmc2/mmc2:0001/mmc2:0001:2/wl18xx/fwlog /data/fwlogs/ 1000000 &
  6. And did some tasks like enabling and disabling WiFi , connecting to a access point.

    But still no log generated in the destination folder. Are we doing all the necessary steps ?

    We cannot figure out why it is not generating the log file