add lsusb output

This commit is contained in:
Alfonso Gamboa 2022-07-18 21:35:05 -07:00
parent f0d8c03792
commit 57bd0e8d94

View File

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