From 57bd0e8d9470f759ea4af85773f56e2210244316 Mon Sep 17 00:00:00 2001 From: Alfonso Gamboa Date: Mon, 18 Jul 2022 21:35:05 -0700 Subject: [PATCH] add lsusb output --- SD_ROOT/wz_mini/bin/gather_wz_logs.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SD_ROOT/wz_mini/bin/gather_wz_logs.sh b/SD_ROOT/wz_mini/bin/gather_wz_logs.sh index 92d57b9..9e21b76 100755 --- a/SD_ROOT/wz_mini/bin/gather_wz_logs.sh +++ b/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"