We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d34229b commit f6a6abbCopy full SHA for f6a6abb
shell/device-tools/GetDeviceCpuAbi.sh
@@ -51,7 +51,7 @@ printDeviceCpuAbi() {
51
abiList="获取为空"
52
fi
53
54
- echo "✅ [${deviceId}] 设备的 CPU 架构参数为:${abi}"
+ echo "✅ [${deviceId}] 设备的 CPU 架构参数为:"
55
echo "主 ABI:${abi}"
56
echo "32 位 ABI 列表:${abiList32}"
57
echo "64 位 ABI 列表:${abiList64}"
0 commit comments