Skip to content

Commit f6a6abb

Browse files
committed
优化获取设备 CPU 架构显示的内容
1 parent d34229b commit f6a6abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/device-tools/GetDeviceCpuAbi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ printDeviceCpuAbi() {
5151
abiList="获取为空"
5252
fi
5353

54-
echo "✅ [${deviceId}] 设备的 CPU 架构参数为:${abi}"
54+
echo "✅ [${deviceId}] 设备的 CPU 架构参数为:"
5555
echo "主 ABI:${abi}"
5656
echo "32 位 ABI 列表:${abiList32}"
5757
echo "64 位 ABI 列表:${abiList64}"

0 commit comments

Comments
 (0)