فهرست منبع

add lsusb output

Alfonso Gamboa 3 سال پیش
والد
کامیت
57bd0e8d94
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      SD_ROOT/wz_mini/bin/gather_wz_logs.sh

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

@@ -55,6 +55,8 @@ cp /system/bin/app.ver /opt/wz_mini/tmp/log_gather/system_app.ver
 echo "gather mmc info"
 cat /sys/bus/mmc/devices/mmc1\:0001/mmc1\:0001\:1/* > /opt/wz_mini/tmp/log_gather/mmc_sys.log
 
+echo "gather lsusb"
+lsusb > /opt/wz_mini/tmp/log_gather/lsusb.log
 
 if [ -f /tmp/sd_check_result.txt ]; then
 	echo "copy sd_check_result.txt"