Przeglądaj źródła

add kernel modules to diag logs

Alfonso Gamboa 3 lat temu
rodzic
commit
b59f85e206
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      SD_ROOT/wz_mini/bin/gather_wz_logs.sh

+ 3 - 0
SD_ROOT/wz_mini/bin/gather_wz_logs.sh

@@ -47,6 +47,9 @@ mount > /opt/wz_mini/tmp/log_gather/mount.log
 echo "gather mmc"
 logread | grep -E "mmc|storage_dev|playback_dev|tf_prepare" > /opt/wz_mini/tmp/log_gather/mmc.log
 
+echo "gather lsmod"
+lsmod > /opt/wz_mini/tmp/log_gather/kmod.log
+
 echo "gather app.ver"
 cp /system/bin/app.ver /opt/wz_mini/tmp/log_gather/system_app.ver